diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 70523fc29..b763330c0 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -700,8 +700,7 @@ FontSize="14" ItemsSource="{Binding SearchWindowPositions}" SelectedValue="{Binding Settings.SearchWindowPosition}" - SelectedValuePath="Value" - SelectionChanged="SearchWindowPositionSelectedIndexChanged" /> + SelectedValuePath="Value" /> diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 105c6fbea..51017b96b 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -435,12 +435,6 @@ namespace Flow.Launcher pluginFilterTxb.Focus(); } - private void SearchWindowPositionSelectedIndexChanged(object sender, SelectionChangedEventArgs e) - { - - } - - private void PluginStore_OnKeyDown(object sender, KeyEventArgs e) { if (e.Key == Key.F && (Keyboard.Modifiers & ModifierKeys.Control) != 0)