mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert "Add property changed for CustomPluginHotkey"
This reverts commit 1d2aa96dcc.
This commit is contained in:
parent
fd3eef46f4
commit
96e8eae83e
1 changed files with 1 additions and 14 deletions
|
|
@ -5,20 +5,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
{
|
||||
public class CustomPluginHotkey : BaseModel
|
||||
{
|
||||
private string _hotkey = string.Empty;
|
||||
public string Hotkey
|
||||
{
|
||||
get => _hotkey;
|
||||
set
|
||||
{
|
||||
if (_hotkey != value)
|
||||
{
|
||||
_hotkey = value;
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public string Hotkey { get; set; }
|
||||
public string ActionKeyword { get; set; }
|
||||
|
||||
public override bool Equals(object other)
|
||||
|
|
|
|||
Loading…
Reference in a new issue