From 5e2756d20012829f14f85784ba4fc15bd28a24e8 Mon Sep 17 00:00:00 2001 From: bbedward Date: Thu, 16 Oct 2025 23:38:13 -0400 Subject: [PATCH] theme: don't need portal for light/dark --- Services/PortalService.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {