Fixed Backup tool's QT bug
Exiting the program was handled incorrectly. fixes QubesOS/qubes-issues#4677
This commit is contained in:
parent
0410518d29
commit
f047a56906
@ -418,6 +418,7 @@ def main():
|
||||
qt_app.setOrganizationName("The Qubes Project")
|
||||
qt_app.setOrganizationDomain("http://qubes-os.org")
|
||||
qt_app.setApplicationName("Qubes Backup VMs")
|
||||
qt_app.lastWindowClosed.connect(loop_shutdown)
|
||||
|
||||
sys.excepthook = handle_exception
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user