mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
close #137
This commit is contained in:
@@ -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>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user