From ceb5fc6d755cdcb263edc27386db38de9499048f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 18 Jan 2017 02:45:04 +0100 Subject: 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. --- application/MultiMC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/MultiMC.h') 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 getValidApplicationThemes(); - void setApplicationTheme(const QString& name); + void setApplicationTheme(const QString& name, bool initial); // DownloadUpdateTask std::shared_ptr updateChecker() -- cgit v1.2.3