summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-01-18 02:45:04 +0100
committerPetr Mrázek <peterix@gmail.com>2017-01-18 02:48:29 +0100
commitceb5fc6d755cdcb263edc27386db38de9499048f (patch)
treefb1180717d1b10991e806acfd05c86a5080c1ec5 /application/MultiMC.h
parent201d4ac317cba2a7034cd08945b488bd46eb8ed3 (diff)
downloadMultiMC-ceb5fc6d755cdcb263edc27386db38de9499048f.tar
MultiMC-ceb5fc6d755cdcb263edc27386db38de9499048f.tar.gz
MultiMC-ceb5fc6d755cdcb263edc27386db38de9499048f.tar.lz
MultiMC-ceb5fc6d755cdcb263edc27386db38de9499048f.tar.xz
MultiMC-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.h2
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()