remove obsolete SearchWindowPositionSelectedIndexChanged

This commit is contained in:
Jeremy 2022-10-20 21:44:33 +11:00
parent 00d95023cc
commit 8a5895f612
2 changed files with 1 additions and 8 deletions

View file

@ -700,8 +700,7 @@
FontSize="14"
ItemsSource="{Binding SearchWindowPositions}"
SelectedValue="{Binding Settings.SearchWindowPosition}"
SelectedValuePath="Value"
SelectionChanged="SearchWindowPositionSelectedIndexChanged" />
SelectedValuePath="Value" />
<TextBlock Style="{StaticResource Glyph}">
&#xe7f4;
</TextBlock>

View file

@ -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)