mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add reset for query string
This commit is contained in:
parent
9bbd01a1d7
commit
6efd28874f
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ namespace Flow.Launcher
|
|||
if (e.LeftButton != MouseButtonState.Pressed)
|
||||
{
|
||||
start = default;
|
||||
path = null;
|
||||
path = string.Empty;
|
||||
query = string.Empty;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue