Fix core maintenance hotkey
This commit is contained in:
@@ -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")):
|
||||
|
||||
Reference in New Issue
Block a user