Fix build issue

This commit is contained in:
Jack251970 2025-07-20 20:35:26 +08:00
parent 11e8a58b3b
commit 2ce415791a

View file

@ -1,4 +1,4 @@
using System.Collections.ObjectModel;
using System.Collections.ObjectModel;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
@ -221,7 +221,8 @@ namespace Flow.Launcher
case HotkeyType.WindowPluginHotkey:
// We should not save it to settings here because it is a custom plugin hotkey
// and it will be saved in the plugin settings
hotkey = value;
hotkey = value;
break;
default:
throw new System.NotImplementedException("Hotkey type not set");
}