initial commit

This commit is contained in:
2026-04-08 18:04:43 +02:00
parent 440d103b46
commit dc157e274d
+1 -1
View File
@@ -50,7 +50,7 @@ Singleton {
if (!root.loaded || !root.commandReady) if (!root.loaded || !root.commandReady)
return; return;
updatesProc.running = true; updatesProc.running = false;
interval = 5000; interval = 5000;
} }
} }