mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix changing OpenResultModifiers in settings won't reflect to main window
This commit is contained in:
parent
14216a4ac0
commit
5de74c4676
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ namespace Flow.Launcher.ViewModel
|
|||
case nameof(Settings.AlwaysStartEn):
|
||||
OnPropertyChanged(nameof(StartWithEnglishMode));
|
||||
break;
|
||||
case nameof(Settings.OpenResultModifiers):
|
||||
OnPropertyChanged(nameof(OpenResultCommandModifiers));
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue