Increase pushrules auto-save timer: 10 → 30s
10s is too short and can bother user setting their rules with the save's visible effects
This commit is contained in:
parent
340c88f123
commit
db24ebc082
|
@ -128,7 +128,7 @@ HListView {
|
|||
|
||||
Timer {
|
||||
id: autoSaveTimer
|
||||
interval: 10000
|
||||
interval: 30000
|
||||
onTriggered: root.save()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user