mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Delete unused code
This commit is contained in:
parent
c950a689d5
commit
572e889c34
1 changed files with 0 additions and 17 deletions
|
|
@ -289,23 +289,6 @@ namespace Flow.Launcher.ViewModel
|
|||
}
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
public void ReverseHistoryOnEmptyQuery()
|
||||
{
|
||||
var results = SelectedResults;
|
||||
if (_history.Items.Count > 0
|
||||
&& _queryText == String.Empty
|
||||
&& !HistorySelected()
|
||||
&& !ContextMenuSelected())
|
||||
{
|
||||
ReverseHistory();
|
||||
}
|
||||
else
|
||||
{
|
||||
SelectedResults.SelectPrevResult();
|
||||
}
|
||||
}
|
||||
|
||||
[RelayCommand]
|
||||
private void LoadContextMenu()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue