Fix core maintenance hotkey
This commit is contained in:
@@ -148,9 +148,6 @@ class ReactorDashboard:
|
|||||||
return
|
return
|
||||||
if ch == ord(" "):
|
if ch == ord(" "):
|
||||||
self._queue_command(ReactorCommand.scram_all())
|
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")):
|
elif ch in (ord("o"), ord("O")):
|
||||||
continue
|
continue
|
||||||
elif ch in (ord("g"), ord("G")):
|
elif ch in (ord("g"), ord("G")):
|
||||||
|
|||||||
Reference in New Issue
Block a user