Allow disabling notifications.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user