mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
bugfix
This commit is contained in:
parent
9ccdf597d9
commit
903aec57c1
1 changed files with 2 additions and 0 deletions
|
|
@ -633,6 +633,8 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
var query = ConstructQuery(QueryText, Settings.CustomShortcuts, Settings.BuiltinShortcuts);
|
||||
|
||||
if (query == null) // shortcut expanded
|
||||
return;
|
||||
|
||||
_updateSource?.Dispose();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue