mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
close #137
This commit is contained in:
parent
1329f3d2c7
commit
eee50eef46
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||||
protected override List<Result> QueryInternal(Query query)
|
protected override List<Result> QueryInternal(Query query)
|
||||||
{
|
{
|
||||||
var raw = query.RawQuery;
|
var raw = query.RawQuery;
|
||||||
if (reg.IsMatch(raw))
|
if (reg.Match(raw).Value == raw)
|
||||||
{
|
{
|
||||||
return new List<Result>
|
return new List<Result>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue