Skip to content

Commit 5f0bc21

Browse files
Warchamp7RytoEX
authored andcommitted
frontend: Fix default value for full-height docks
1 parent 00f220a commit 5f0bc21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/OBSApp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ void OBSApp::InitUserConfigDefaults()
370370
config_set_default_bool(userConfig, "BasicWindow", "ShowSourceIcons", true);
371371
config_set_default_bool(userConfig, "BasicWindow", "ShowContextToolbars", true);
372372
config_set_default_bool(userConfig, "BasicWindow", "StudioModeLabels", true);
373+
config_set_default_bool(userConfig, "BasicWindow", "SideDocks", true);
373374

374375
config_set_default_bool(userConfig, "BasicWindow", "VerticalVolumeControl", true);
375376

0 commit comments

Comments
 (0)