Uncomment restartExplorer function call

This commit is contained in:
Gabriel Kheisa
2025-11-25 19:37:51 +07:00
committed by GitHub
parent c0f53de986
commit b0c38f4fda

View File

@@ -95,7 +95,7 @@ func backgroundLoop() {
if newMode != lastMode { if newMode != lastMode {
setMode(newMode == "light") setMode(newMode == "light")
// restartExplorer() restartExplorer()
lastMode = newMode lastMode = newMode
} }