mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] IJPL-173922 Set git.branches.widget.rd to true by default
Value change should affect split mode only GitOrigin-RevId: 86643280f22e795450502c2db5292ed40bf847f0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c8644db23a
commit
9c4cfdbde4
@@ -35,7 +35,7 @@
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<registryKey defaultValue="false"
|
||||
<registryKey defaultValue="true"
|
||||
key="git.branches.widget.rd"
|
||||
description="Experimental rem dev view for git branches widget"/>
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
@ApiStatus.Internal
|
||||
fun Registry.Companion.isRdBranchWidgetEnabled(): Boolean =
|
||||
`is`("git.branches.widget.rd", false)
|
||||
`is`("git.branches.widget.rd", true)
|
||||
Reference in New Issue
Block a user