mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make async home query to be feature interface
This commit is contained in:
parent
3089928599
commit
0f09fea30b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <summary>
|
||||
/// Asynchronous Query Model for Flow Launcher When Query Text is Empty
|
||||
/// </summary>
|
||||
public interface IAsyncHomeQuery
|
||||
public interface IAsyncHomeQuery : IFeatures
|
||||
{
|
||||
/// <summary>
|
||||
/// Asynchronous Querying When Query Text is Empty
|
||||
|
|
|
|||
Loading…
Reference in a new issue