Skip to content

Commit 5de74c4

Browse files
Fix changing OpenResultModifiers in settings won't reflect to main window
1 parent 14216a4 commit 5de74c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ public MainViewModel(Settings settings)
7272
case nameof(Settings.AlwaysStartEn):
7373
OnPropertyChanged(nameof(StartWithEnglishMode));
7474
break;
75+
case nameof(Settings.OpenResultModifiers):
76+
OnPropertyChanged(nameof(OpenResultCommandModifiers));
77+
break;
7578
}
7679
};
7780

0 commit comments

Comments
 (0)