mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
Merge branch 'feature_crashreport' into develop
This commit is contained in:
commit
fc3c0b0971
11 changed files with 571 additions and 1 deletions
|
|
@ -340,8 +340,11 @@ void MultiMC::initLogger()
|
|||
logger.addDestination(m_debugDestination.get());
|
||||
// log all the things
|
||||
logger.setLoggingLevel(QsLogging::TraceLevel);
|
||||
loggerInitialized = true;
|
||||
}
|
||||
|
||||
bool loggerInitialized = false;
|
||||
|
||||
void MultiMC::initGlobalSettings()
|
||||
{
|
||||
m_settings.reset(new INISettingsObject("multimc.cfg", this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue