pomodoro: make pause/resume less weird

This commit is contained in:
end-4
2025-08-09 21:36:28 +07:00
parent 5bf80dae4e
commit 4ca15a1fc3
4 changed files with 80 additions and 175 deletions
@@ -256,9 +256,9 @@ Singleton {
property JsonObject pomodoro: JsonObject {
property string alertSound: ""
property int breakTime: 300
property int cycle: 4
property int cyclesBeforeLongBreak: 4
property int focus: 1500
property int longBreak: 1200
property int longBreak: 900
}
}