mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 15:46:13 -04:00
UI: Move saving of scene tree grid mode
Widget shouldn't save their own states, as then they can't be used elsewhere.
This commit is contained in:
@@ -5493,6 +5493,9 @@ void OBSBasic::GridActionClicked()
|
||||
ui->actionSceneGridMode->setChecked(true);
|
||||
else
|
||||
ui->actionSceneListMode->setChecked(true);
|
||||
|
||||
config_set_bool(App()->GlobalConfig(), "BasicWindow", "gridMode",
|
||||
gridMode);
|
||||
}
|
||||
|
||||
void OBSBasic::on_actionAddScene_triggered()
|
||||
|
||||
Reference in New Issue
Block a user