Skip to content

Commit f5a3d1a

Browse files
committed
Default enlightened keybind section to expanded
1 parent 52cab26 commit f5a3d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/kotlin/gay/object/hexdebug/config/HexDebugClientConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ object HexDebugClientConfig {
142142
val pasteVerbatim = ConfigModifierKey(InputConstants.KEY_V, ctrl = true, shift = true)
143143

144144
@Tooltip
145-
@CollapsibleObject
145+
@CollapsibleObject(startExpanded = true)
146146
val enlightened = Enlightened()
147147

148148
fun getActionMap() = mapOf(

0 commit comments

Comments
 (0)