diff --git a/Services/PortalService.qml b/Services/PortalService.qml index d2cdf42b..971561ec 100644 --- a/Services/PortalService.qml +++ b/Services/PortalService.qml @@ -99,9 +99,7 @@ Singleton { if (typeof SettingsData !== "undefined" && SettingsData.syncModeWithPortal === false) { return } - if (settingsPortalAvailable) { - setSystemColorScheme(isLightMode) - } + setSystemColorScheme(isLightMode) } function setSystemColorScheme(isLightMode) {