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/themes/ITheme.h | 1 + 1 file changed, 1 insertion(+) (limited to 'application/themes/ITheme.h') diff --git a/application/themes/ITheme.h b/application/themes/ITheme.h index 0360c445..b75001c2 100644 --- a/application/themes/ITheme.h +++ b/application/themes/ITheme.h @@ -8,6 +8,7 @@ class ITheme { public: virtual ~ITheme() {} + virtual void apply(bool initial); virtual QString id() = 0; virtual QString name() = 0; virtual bool hasStyleSheet() = 0; -- cgit v1.2.3