mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-06 03:07:54 +08:00
Misc
This commit is contained in:
parent
c6aff8424c
commit
784137fdac
@ -21,9 +21,9 @@ namespace Wox.Plugin
|
|||||||
/// Represent plugin query will be executed in UI thread directly. Don't do long-running operation in Query method if you implement this interface
|
/// Represent plugin query will be executed in UI thread directly. Don't do long-running operation in Query method if you implement this interface
|
||||||
/// <remarks>This will improve the performance of instant search like websearch or cmd plugin</remarks>
|
/// <remarks>This will improve the performance of instant search like websearch or cmd plugin</remarks>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("Wox is fast enough now, executed on ui thread is no longer needed")]
|
||||||
public interface IInstantQuery : IFeatures
|
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);
|
bool IsInstantQuery(string query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user