diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-18 02:45:04 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-18 02:48:29 +0100 |
commit | ceb5fc6d755cdcb263edc27386db38de9499048f (patch) | |
tree | fb1180717d1b10991e806acfd05c86a5080c1ec5 /application/MultiMC.h | |
parent | 201d4ac317cba2a7034cd08945b488bd46eb8ed3 (diff) | |
download | PrismLauncher-ceb5fc6d755cdcb263edc27386db38de9499048f.tar.gz PrismLauncher-ceb5fc6d755cdcb263edc27386db38de9499048f.tar.bz2 PrismLauncher-ceb5fc6d755cdcb263edc27386db38de9499048f.zip |
GH-1790 do not apply system theme on launch if it is selected
This prevents some ugly colors to show up on macOS in most cases.
It still looks ugly right after you switch to the it though.
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r-- | application/MultiMC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h index 7600a120..98a6d780 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -87,7 +87,7 @@ public: std::vector<ITheme *> getValidApplicationThemes(); - void setApplicationTheme(const QString& name); + void setApplicationTheme(const QString& name, bool initial); // DownloadUpdateTask std::shared_ptr<UpdateChecker> updateChecker() |