Browse Source

- Fixed a problem when closing to systray, then closing the app and cancel

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
a84c686090
  1. 1
      src/GUI.cpp

1
src/GUI.cpp

@ -494,6 +494,7 @@ void GUI::closeEvent(QCloseEvent *e) { @@ -494,6 +494,7 @@ void GUI::closeEvent(QCloseEvent *e) {
tr("&Yes"), tr("&No"),
QString(), 0, 1)) {
e->ignore();
force_exit = false;
return;
}
}

Loading…
Cancel
Save