pomodoro: move timers to service, specific button logic to widget

This commit is contained in:
end-4
2025-08-09 19:45:26 +07:00
parent 1f4568d22f
commit 5bf80dae4e
4 changed files with 67 additions and 61 deletions
@@ -49,6 +49,7 @@ Singleton {
property JsonObject pomodoro: JsonObject {
property bool running: false
property int start: 0
property bool isBreak: false
}
property JsonObject stopwatch: JsonObject {
property bool running: false