We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bc05c commit b75f237Copy full SHA for b75f237
Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs
@@ -217,7 +217,6 @@ private void UpdateEnumDropdownLocalizations()
217
DropdownDataGeneric<QuickSwitchFileResultBehaviours>.UpdateLabels(QuickSwitchFileResultBehaviours);
218
// Since we are using Binding instead of DynamicResource, we need to manually trigger the update
219
OnPropertyChanged(nameof(AlwaysPreviewToolTip));
220
- OnPropertyChanged(nameof(QuickSwitchSupportedExplorerDialogMessage));
221
}
222
223
public string Language
0 commit comments