mirror of https://github.com/KDE/kasts.git
Fix incorrect colorscheme on startup
This commit is contained in:
parent
8ab8087fe1
commit
614782c35c
|
@ -136,7 +136,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
qmlRegisterSingletonInstance("org.kde.kasts.settings", 1, 0, "SettingsManager", SettingsManager::self());
|
||||
|
||||
if (SettingsManager::self()->colorScheme().isEmpty()) {
|
||||
if (!SettingsManager::self()->colorScheme().isEmpty()) {
|
||||
ColorSchemer::instance().apply(SettingsManager::self()->colorScheme());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue