We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c950a68 commit 572e889Copy full SHA for 572e889
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -289,23 +289,6 @@ public void ForwardHistory()
289
}
290
291
292
- [RelayCommand]
293
- public void ReverseHistoryOnEmptyQuery()
294
- {
295
- var results = SelectedResults;
296
- if (_history.Items.Count > 0
297
- && _queryText == String.Empty
298
- && !HistorySelected()
299
- && !ContextMenuSelected())
300
301
- ReverseHistory();
302
- }
303
- else
304
305
- SelectedResults.SelectPrevResult();
306
307
308
-
309
[RelayCommand]
310
private void LoadContextMenu()
311
{
0 commit comments