mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
some API changes for Query class and renames.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Wox.Plugin.Color
|
||||
|
||||
public List<Result> Query(Query query)
|
||||
{
|
||||
var raw = query.RawQuery;
|
||||
var raw = query.Search;
|
||||
if (!IsAvailable(raw)) return new List<Result>(0);
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user