mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-20 19:39:47 +08:00
Fix hotkey registration issue
This commit is contained in:
@@ -68,6 +68,7 @@ namespace GrasscutterTools.Utils
|
||||
/// </summary>
|
||||
public void RegAllKey()
|
||||
{
|
||||
if (!_isEnabled) return;
|
||||
foreach (var item in Items.Where(item => item.IsEnabled))
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user