timers work, fix crash when vscode window closes after timeout
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user