Merge pull request #11266 from Markolie/hotkeymode

Fix Hotkey Toggle button
This commit is contained in:
Crazy Lemon
2019-04-07 14:16:06 -07:00
committed by GitHub
4 changed files with 13 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()