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
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);