This commit is contained in:
Alex Ballas 2025-05-29 09:41:26 +03:00
parent baab6385eb
commit 3cd75c8de7
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ func startBacklightTickers() {
dimTicker.Stop() dimTicker.Stop()
} }
if offticker != nil { if offTicker != nil {
offTicker.Stop() offTicker.Stop()
} }