We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa3bec commit 698fe79Copy full SHA for 698fe79
Flow.Launcher/SettingPages/ViewModels/SettingsPaneHotkeyViewModel.cs
@@ -1,7 +1,6 @@
1
using System.Linq;
2
using System.Windows;
3
using CommunityToolkit.Mvvm.Input;
4
-using Flow.Launcher.Helper;
5
using Flow.Launcher.Infrastructure;
6
using Flow.Launcher.Infrastructure.UserSettings;
7
using Flow.Launcher.Plugin;
@@ -48,7 +47,6 @@ private void CustomHotkeyDelete()
48
47
if (result is MessageBoxResult.Yes)
49
{
50
Settings.CustomPluginHotkeys.Remove(item);
51
- HotKeyMapper.RemoveHotkey(item.Hotkey);
52
}
53
54
0 commit comments