mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-03 14:16:36 -05:00
UI: Unlock UI by default
This commit is contained in:
@@ -1654,7 +1654,7 @@ void OBSBasic::OBSInit()
|
||||
}
|
||||
|
||||
config_set_default_bool(App()->GlobalConfig(), "BasicWindow",
|
||||
"DocksLocked", true);
|
||||
"DocksLocked", false);
|
||||
|
||||
bool docksLocked = config_get_bool(App()->GlobalConfig(),
|
||||
"BasicWindow", "DocksLocked");
|
||||
|
||||
Reference in New Issue
Block a user