mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-185792 Many islands: switcher
GitOrigin-RevId: 7a5088c52b48d2311248ce035768cdea9b390f5a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2f648c2121
commit
0bd633e523
+4
-1
@@ -42,7 +42,10 @@ import javax.swing.UIManager
|
||||
|
||||
internal class IslandsUICustomization : InternalUICustomization() {
|
||||
companion object {
|
||||
val isIslandsAvailable: Boolean = Registry.`is`("idea.islands.enabled", false) && !Registry.`is`("llm.riderNext.enabled", false)
|
||||
val isIslandsAvailable: Boolean
|
||||
get() {
|
||||
return Registry.`is`("idea.islands.enabled", false) && !Registry.`is`("llm.riderNext.enabled", false)
|
||||
}
|
||||
|
||||
val isIslandsEnabled: Boolean = isIslandsAvailable && getIslandsType() != "default"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user