Skip to content

Commit dc5feda

Browse files
pporvatovintellij-monorepo-bot
authored andcommitted
IJPL-54591 Implement IDE theme sync with OS on Linux
- Enabling the feature (cherry picked from commit 8c8d3935a0ec352ae2b3acdd73a32f7b4de1cb1d) IJ-CR-192442 GitOrigin-RevId: 798adf901f64287701df7679e8f9606f5fff3197
1 parent f417c02 commit dc5feda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/platform-impl/src/com/intellij/ide/ui/laf/DBusSettingsMonitorService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ internal class DBusSettingsMonitorService(private val scope: CoroutineScope) {
6262
private var dbusMonitorProcess = AtomicReference<Process?>(null)
6363

6464
val isServiceAllowed: Boolean
65-
get() = SystemInfoRt.isLinux && System.getProperty("ide.linux.color.scheme.sync.support").toBoolean()
65+
get() = SystemInfoRt.isLinux
6666

6767
val darkScheme: StateFlow<Boolean?> = darkSchemeFlow.asStateFlow()
6868

0 commit comments

Comments
 (0)