fix applying end() on init
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 23s
Python / test (pull_request) Successful in 49s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m3s

This commit is contained in:
2026-06-04 15:05:18 +02:00
parent 9168b6e893
commit 94f2cf076c
2 changed files with 9 additions and 4 deletions
@@ -48,10 +48,11 @@ void manualToggleChanged();
private:
int m_startTime;
int m_endTime;
bool m_enabled;
bool m_enabled = false;
bool m_manualToggle = false;
bool m_activeAuto;
bool m_startAllowed;
bool m_startAllowed = false;
bool m_initialized = false;
QTimer m_startCooldown;
int m_temp;
QProcess m_process;