mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused removing
This commit is contained in:
parent
5fa3becb5c
commit
698fe79265
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
using System.Linq;
|
||||
using System.Windows;
|
||||
using CommunityToolkit.Mvvm.Input;
|
||||
using Flow.Launcher.Helper;
|
||||
using Flow.Launcher.Infrastructure;
|
||||
using Flow.Launcher.Infrastructure.UserSettings;
|
||||
using Flow.Launcher.Plugin;
|
||||
|
|
@ -48,7 +47,6 @@ public partial class SettingsPaneHotkeyViewModel : BaseModel
|
|||
if (result is MessageBoxResult.Yes)
|
||||
{
|
||||
Settings.CustomPluginHotkeys.Remove(item);
|
||||
HotKeyMapper.RemoveHotkey(item.Hotkey);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue