Skip to content

Commit f75a11c

Browse files
committed
Manually trigger string update
1 parent 2fd5b38 commit f75a11c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ private void UpdateEnumDropdownLocalizations()
177177
DropdownDataGeneric<SearchWindowAligns>.UpdateLabels(SearchWindowAligns);
178178
DropdownDataGeneric<SearchPrecisionScore>.UpdateLabels(SearchPrecisionScores);
179179
DropdownDataGeneric<LastQueryMode>.UpdateLabels(LastQueryModes);
180+
// Since we are using Binding instead of DynamicResource, we need to manually trigger the update
181+
OnPropertyChanged(nameof(AlwaysPreviewToolTip));
180182
}
181183

182184
public string Language

0 commit comments

Comments
 (0)