Skip to content

Commit b75f237

Browse files
committed
Remove quick switch information
1 parent 92bc05c commit b75f237

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ private void UpdateEnumDropdownLocalizations()
217217
DropdownDataGeneric<QuickSwitchFileResultBehaviours>.UpdateLabels(QuickSwitchFileResultBehaviours);
218218
// Since we are using Binding instead of DynamicResource, we need to manually trigger the update
219219
OnPropertyChanged(nameof(AlwaysPreviewToolTip));
220-
OnPropertyChanged(nameof(QuickSwitchSupportedExplorerDialogMessage));
221220
}
222221

223222
public string Language

0 commit comments

Comments
 (0)