disable restart explorer

This commit is contained in:
gabrielkheisa
2025-04-25 21:43:37 +07:00
parent da93884565
commit c0f53de986
2 changed files with 2 additions and 2 deletions

View File

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