Allow disabling notifications.
This commit is contained in:
@@ -67,6 +67,11 @@ ApplicationWindow {
|
||||
onSyncDone: roomListForm.errorControl.visible = false
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequence: StandardKey.Quit
|
||||
onActivated: Qt.quit()
|
||||
}
|
||||
|
||||
Dialog {
|
||||
property bool busy: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user