mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[rdct] (GTW-4320) changing the restart flow after newUI applied (rem dev and cwm)
(cherry picked from commit 3ed9efe9a7ff5737eec76e6032c55d73511f6ff5) IJ-CR-104608 GitOrigin-RevId: 4137e6398fb04ea2ab72a730c89ea110eb3633e1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d1cbfa63c6
commit
bad7f6fdaa
@@ -135,8 +135,7 @@ class ExperimentalUIImpl : ExperimentalUI(), AppLifecycleListener {
|
||||
if (lafManager.autodetect) {
|
||||
if (JBColor.isBright()) {
|
||||
lafManager.setPreferredLightLaf(laf)
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
lafManager.setPreferredDarkLaf(laf)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user