Fix core maintenance hotkey

This commit is contained in:
Codex Agent
2025-11-23 19:33:48 +01:00
parent b943540e52
commit 86baa43865

View File

@@ -148,9 +148,6 @@ class ReactorDashboard:
return
if ch == ord(" "):
self._queue_command(ReactorCommand.scram_all())
elif ch in (ord("p"), ord("P")):
# Deprecated master toggles ignored.
continue
elif ch in (ord("o"), ord("O")):
continue
elif ch in (ord("g"), ord("G")):