beep at start

This commit is contained in:
Patrick Haßel 2025-08-26 19:14:42 +02:00
parent 91bdf7a7ad
commit a0744e9059

View File

@ -134,6 +134,7 @@ public:
}
if (!countdown.isRunning()) {
init();
doBeep(1);
countdown.start();
} else {
pause.toggle();