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 67b0bfd commit f456595Copy full SHA for f456595
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -76,8 +76,8 @@ public MainViewModel(Settings settings)
76
_selectedResults = Results;
77
78
InitializeKeyCommands();
79
- RegisterResultsUpdatedEvent();
80
RegisterViewUpdate();
+ RegisterResultsUpdatedEvent();
81
82
SetHotkey(_settings.Hotkey, OnHotkey);
83
SetCustomPluginHotkey();
0 commit comments