mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove obsolete SearchWindowPositionSelectedIndexChanged
This commit is contained in:
parent
00d95023cc
commit
8a5895f612
2 changed files with 1 additions and 8 deletions
|
|
@ -700,8 +700,7 @@
|
|||
FontSize="14"
|
||||
ItemsSource="{Binding SearchWindowPositions}"
|
||||
SelectedValue="{Binding Settings.SearchWindowPosition}"
|
||||
SelectedValuePath="Value"
|
||||
SelectionChanged="SearchWindowPositionSelectedIndexChanged" />
|
||||
SelectedValuePath="Value" />
|
||||
<TextBlock Style="{StaticResource Glyph}">
|
||||

|
||||
</TextBlock>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue