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:
parent
7d91db607f
commit
f00dbdc215
4 changed files with 89 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue