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:
miruka 2021-02-28 14:31:14 -04:00
parent 340c88f123
commit db24ebc082

View File

@ -128,7 +128,7 @@ HListView {
Timer { Timer {
id: autoSaveTimer id: autoSaveTimer
interval: 10000 interval: 30000
onTriggered: root.save() onTriggered: root.save()
} }