make pomodoro timer persistent

This commit is contained in:
end-4
2025-08-09 12:54:37 +07:00
parent 91dae8ad85
commit 9bc4ff16a7
3 changed files with 14 additions and 8 deletions
@@ -255,7 +255,6 @@ Singleton {
property string dateFormat: "ddd, dd/MM"
property JsonObject pomodoro: JsonObject {
property string alertSound: ""
property bool autoRun: false
property int breakTime: 300
property int cycle: 4
property int focus: 1500