mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Revert "Merge pull request #16240 from ShadowLarkens/revert"
This reverts commit885171f985, reversing changes made to3e314f8064.
This commit is contained in:
@@ -223,7 +223,7 @@ Any-Mode: (hotkey doesn't need to be on)
|
||||
/client/proc/set_hotkeys_macro(macro_name = "macro", hotkey_macro_name = "hotkeymode", hotkeys_enabled = null)
|
||||
// If hotkeys mode was not specified, fall back to choice of default in client preferences.
|
||||
if(isnull(hotkeys_enabled))
|
||||
hotkeys_enabled = is_preference_enabled(/datum/client_preference/hotkeys_default)
|
||||
hotkeys_enabled = prefs?.read_preference(/datum/preference/toggle/hotkeys_default)
|
||||
|
||||
if(hotkeys_enabled)
|
||||
winset(src, null, "mainwindow.macro=[hotkey_macro_name] hotkey_toggle.is-checked=true mapwindow.map.focus=true")
|
||||
|
||||
Reference in New Issue
Block a user