mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
close #137
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||
protected override List<Result> QueryInternal(Query query)
|
||||
{
|
||||
var raw = query.RawQuery;
|
||||
if (reg.IsMatch(raw))
|
||||
if (reg.Match(raw).Value == raw)
|
||||
{
|
||||
return new List<Result>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user