Fix hotkey registration issue

This commit is contained in:
2023-10-08 12:23:13 +08:00
parent 4bcd23389d
commit c2be92c41b

View File

@ -68,6 +68,7 @@ namespace GrasscutterTools.Utils
/// </summary>
public void RegAllKey()
{
if (!_isEnabled) return;
foreach (var item in Items.Where(item => item.IsEnabled))
{
try