pomodoro: remove unnecessary isLongBreak persistent state

This commit is contained in:
end-4
2025-08-10 15:40:42 +07:00
parent ca6463cae8
commit c2d5d2b61a
2 changed files with 3 additions and 8 deletions
@@ -67,7 +67,6 @@ Singleton {
property bool running: false
property int start: 0
property bool isBreak: false
property bool isLongBreak: false
property int cycle: 0
}
property JsonObject stopwatch: JsonObject {