Fix #82.
This commit is contained in:
@@ -66,6 +66,13 @@ Page {
|
||||
|
||||
onCheckedChanged: MSettings.pressAndHold = checked
|
||||
}
|
||||
|
||||
Switch {
|
||||
text: "Confirm on Exit"
|
||||
checked: MSettings.confirmOnExit
|
||||
|
||||
onCheckedChanged: MSettings.confirmOnExit = checked
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ import Qt.labs.settings 1.0
|
||||
|
||||
Settings {
|
||||
property bool pressAndHold
|
||||
property bool confirmOnExit: true
|
||||
|
||||
property bool darkTheme
|
||||
property bool miniMode
|
||||
|
||||
Reference in New Issue
Block a user