mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
a6f1981afb
commit
7ae261efc7
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ namespace Flow.Launcher.ViewModel
|
|||
OnPropertyChanged(nameof(OpenHistoryHotkey));
|
||||
break;
|
||||
case nameof(Settings.RenameFileHotkey):
|
||||
OnPropertyChanged(nameof(Settings.RenameFileHotkey));
|
||||
OnPropertyChanged(nameof(RenameFileHotkey));
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue