This commit is contained in:
Vic 2022-11-08 12:27:03 +08:00
parent 9ccdf597d9
commit 903aec57c1

View file

@ -633,6 +633,8 @@ namespace Flow.Launcher.ViewModel
var query = ConstructQuery(QueryText, Settings.CustomShortcuts, Settings.BuiltinShortcuts);
if (query == null) // shortcut expanded
return;
_updateSource?.Dispose();