Allow disabling notifications.

This commit is contained in:
Black Hat
2018-11-22 20:35:49 +08:00
parent 6d30e9d682
commit d708c9aab6
3 changed files with 15 additions and 9 deletions

View File

@@ -67,6 +67,11 @@ ApplicationWindow {
onSyncDone: roomListForm.errorControl.visible = false
}
Shortcut {
sequence: StandardKey.Quit
onActivated: Qt.quit()
}
Dialog {
property bool busy: false