未验证 提交 932ff14c 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1109 from MattMcNam/fix-double-confirm-dialog

ui: Fix unsaved changes dialog showing twice
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册