mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-22 15:37:29 -04: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