Add Buff UI and Stats UI to Hotkeys

+ Fix a Bug when Removed Hotkey was not Saved in the Config
+ Allow Changing Selected Hotkey when Any Other Hotkey is Waiting for a Keypress
This commit is contained in:
GreenComfyTea
2023-10-16 08:55:46 +03:00
parent f01ec08990
commit b93bdd0338
3 changed files with 253 additions and 116 deletions

View File

@@ -292,6 +292,20 @@ function this.init_default()
ctrl = false,
alt = false,
key = 0
},
buff_UI = {
shift = false,
ctrl = false,
alt = false,
key = 0
},
stats_UI = {
shift = false,
ctrl = false,
alt = false,
key = 0
}
}
},