set repair work to off by default

This commit is contained in:
Broque Thomas 2026-02-28 14:47:49 -08:00
parent 0193f53d28
commit aa176fdf9a

View file

@ -33,7 +33,7 @@ class RepairWorker:
# Worker state
self.running = False
self.paused = False
self.paused = True
self.should_stop = False
self.thread = None