diff options
author | dada513 <dada513@protonmail.com> | 2022-04-13 23:00:32 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-22 21:35:20 +0200 |
commit | f00dbdc215c2de3b6906d8182388c27bbc657e24 (patch) | |
tree | 08e8eda1091d4d41f5db0b0c662153cbbc760ee2 /launcher/Application.cpp | |
parent | 7d91db607f4dff3c398af85b999344db8338e729 (diff) | |
download | PrismLauncher-f00dbdc215c2de3b6906d8182388c27bbc657e24.tar.gz PrismLauncher-f00dbdc215c2de3b6906d8182388c27bbc657e24.tar.bz2 PrismLauncher-f00dbdc215c2de3b6906d8182388c27bbc657e24.zip |
Make Metaserver changable in settings
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Co-authored-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 91f5ef9d..ba4096b6 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -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); |