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 2fd5b38 commit f75a11cCopy full SHA for f75a11c
Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs
@@ -177,6 +177,8 @@ private void UpdateEnumDropdownLocalizations()
177
DropdownDataGeneric<SearchWindowAligns>.UpdateLabels(SearchWindowAligns);
178
DropdownDataGeneric<SearchPrecisionScore>.UpdateLabels(SearchPrecisionScores);
179
DropdownDataGeneric<LastQueryMode>.UpdateLabels(LastQueryModes);
180
+ // Since we are using Binding instead of DynamicResource, we need to manually trigger the update
181
+ OnPropertyChanged(nameof(AlwaysPreviewToolTip));
182
}
183
184
public string Language
0 commit comments