mirror of
https://github.com/obsproject/obs-studio.git
synced 2025-12-23 22:48:02 -05:00
UI: Fix always on top not being saved on exit
By the time we reach this part of the code it's too late to be checking the window flags as the window has already been closed.
This commit is contained in:
@@ -2701,12 +2701,10 @@ OBSBasic::~OBSBasic()
|
||||
OBS_BETA_VER);
|
||||
#endif
|
||||
|
||||
bool alwaysOnTop = IsAlwaysOnTop(this);
|
||||
|
||||
config_set_bool(App()->GlobalConfig(), "BasicWindow", "PreviewEnabled",
|
||||
previewEnabled);
|
||||
config_set_bool(App()->GlobalConfig(), "BasicWindow", "AlwaysOnTop",
|
||||
alwaysOnTop);
|
||||
ui->actionAlwaysOnTop->isChecked());
|
||||
config_set_bool(App()->GlobalConfig(), "BasicWindow",
|
||||
"SceneDuplicationMode", sceneDuplicationMode);
|
||||
config_set_bool(App()->GlobalConfig(), "BasicWindow", "SwapScenesMode",
|
||||
|
||||
Reference in New Issue
Block a user