Make Metaserver changable in settings

Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Co-authored-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
dada513 2022-04-13 23:00:32 +02:00 committed by Sefa Eyeoglu
parent 7d91db607f
commit f00dbdc215
No known key found for this signature in database
GPG key ID: C10411294912A422
4 changed files with 89 additions and 9 deletions

View file

@ -699,6 +699,8 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
m_settings->reset("PastebinCustomAPIBase");
}
}
// meta URL
m_settings->registerSetting("MetaURLOverride", "");
m_settings->registerSetting("CloseAfterLaunch", false);
m_settings->registerSetting("QuitAfterGameStop", false);