mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Refactoring instant query
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
namespace Wox.Plugin
|
||||
{
|
||||
@@ -20,6 +21,7 @@ namespace Wox.Plugin
|
||||
/// </summary>
|
||||
public interface IInstantQuery : IFeatures
|
||||
{
|
||||
[Obsolete("Empty interface is enough. it will be removed in v1.3.0 and possibly replaced by attribute")]
|
||||
bool IsInstantQuery(string query);
|
||||
}
|
||||
|
||||
|
||||
@@ -34,8 +34,6 @@ namespace Wox.Plugin
|
||||
|
||||
internal string ActionKeyword { get; set; }
|
||||
|
||||
internal bool IsIntantQuery { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Return first search split by space if it has
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user