diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 1eb162a92..652977686 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1796,7 +1796,8 @@ HorizontalAlignment="Left" VerticalAlignment="Top" ItemsSource="{Binding Source={StaticResource SortedFonts}}" - SelectedItem="{Binding SelectedQueryBoxFont}" /> + SelectedItem="{Binding SelectedQueryBoxFont}" + IsSynchronizedWithCurrentItem="False" /> + SelectedItem="{Binding SelectedResultFont}" + IsSynchronizedWithCurrentItem="False" />