Fix hotkey mode button

This commit is contained in:
Mark van Alphen
2019-04-07 18:42:08 +02:00
parent 2ba56c33de
commit 91e6cb9347
4 changed files with 14 additions and 7 deletions
@@ -3,5 +3,5 @@
regenerate_icons()
show_laws(0)
var/datum/hotkey_mode/cyborg/C = new()
winset(src, null, "mainwindow.macro_hotkey_mode_inactive=[C.macro_hotkeys_inactive] mainwindow.macro_hotkey_mode_active=[C.macro_hotkeys_active] mainwindow.macro=[C.macro_hotkeys_inactive] hotkey_toggle.is-checked=false input.focus=true input.background-color=#d3b5b5")
var/datum/hotkey_mode/cyborg/C = new(src)
C.set_winset_values()