mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Fix hotkey registration issue
This commit is contained in:
parent
4bcd23389d
commit
c2be92c41b
@ -68,6 +68,7 @@ namespace GrasscutterTools.Utils
|
||||
/// </summary>
|
||||
public void RegAllKey()
|
||||
{
|
||||
if (!_isEnabled) return;
|
||||
foreach (var item in Items.Where(item => item.IsEnabled))
|
||||
{
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user