remove unexpected order change

This commit is contained in:
弘韬 张 2021-01-26 16:29:06 +08:00
parent 67b0bfd73a
commit f456595723

View file

@ -76,8 +76,8 @@ namespace Flow.Launcher.ViewModel
_selectedResults = Results;
InitializeKeyCommands();
RegisterResultsUpdatedEvent();
RegisterViewUpdate();
RegisterResultsUpdatedEvent();
SetHotkey(_settings.Hotkey, OnHotkey);
SetCustomPluginHotkey();