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.
This commit is contained in:
Petr Mrázek
2017-01-18 02:45:04 +01:00
parent 201d4ac317
commit ceb5fc6d75
7 changed files with 44 additions and 29 deletions

View File

@ -7,6 +7,7 @@ class SystemTheme: public ITheme
public:
SystemTheme();
virtual ~SystemTheme() {}
void apply(bool initial) override;
QString id() override;
QString name() override;