Merge pull request #1109 from MattMcNam/fix-double-confirm-dialog
ui: Fix unsaved changes dialog showing twice
This commit is contained in:
commit
932ff14cd4
@ -288,6 +288,7 @@ bool OBSBasicProperties::ConfirmQuit()
|
||||
|
||||
switch (button) {
|
||||
case QMessageBox::Save:
|
||||
acceptClicked = true;
|
||||
if (view->DeferUpdate())
|
||||
view->UpdateSettings();
|
||||
// Do nothing because the settings are already updated
|
||||
|
Loading…
x
Reference in New Issue
Block a user