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"
|
FontSize="14"
|
||||||
ItemsSource="{Binding SearchWindowPositions}"
|
ItemsSource="{Binding SearchWindowPositions}"
|
||||||
SelectedValue="{Binding Settings.SearchWindowPosition}"
|
SelectedValue="{Binding Settings.SearchWindowPosition}"
|
||||||
SelectedValuePath="Value"
|
SelectedValuePath="Value" />
|
||||||
SelectionChanged="SearchWindowPositionSelectedIndexChanged" />
|
|
||||||
<TextBlock Style="{StaticResource Glyph}">
|
<TextBlock Style="{StaticResource Glyph}">
|
||||||

|

|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|
|
||||||
|
|
@ -435,12 +435,6 @@ namespace Flow.Launcher
|
||||||
pluginFilterTxb.Focus();
|
pluginFilterTxb.Focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SearchWindowPositionSelectedIndexChanged(object sender, SelectionChangedEventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void PluginStore_OnKeyDown(object sender, KeyEventArgs e)
|
private void PluginStore_OnKeyDown(object sender, KeyEventArgs e)
|
||||||
{
|
{
|
||||||
if (e.Key == Key.F && (Keyboard.Modifiers & ModifierKeys.Control) != 0)
|
if (e.Key == Key.F && (Keyboard.Modifiers & ModifierKeys.Control) != 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue