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