[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:
Ilia.Shulgin
2025-06-11 17:28:43 +00:00
committed by intellij-monorepo-bot
parent c8644db23a
commit 9c4cfdbde4
2 changed files with 2 additions and 2 deletions
@@ -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)