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

@@ -3,9 +3,10 @@ import QtQuick 2.9
import Qt.labs.settings 1.0
Settings {
property bool showNotification: true
property bool pressAndHold
property bool showTray: true
property bool confirmOnExit: true
property bool darkTheme
}