Skip to content

Fix launching empty query

Alexander Lohnau requested to merge work/fix_empty_query into master

If the query is prefixed with a space the launched entry should not be added to the history, in case there is nothing after the query the trimmed string would be empty.

@fvogt

Merge request reports