timers work, fix crash when vscode window closes after timeout

This commit is contained in:
2026-02-07 22:54:31 +01:00
parent 6be70a7d93
commit a90d1c2f6c
7 changed files with 72 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ class Timer : public Gtk::Box {
}
void activateTimer() {
std::cout << "Timer activated" << std::endl;
// std::cout << "Timer activated" << std::endl;
}
void updateTimeLeft(uint64_t timeValue) {