Skip to content

Commit 0f09fea

Browse files
committed
Make async home query to be feature interface
1 parent 3089928 commit 0f09fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IAsyncHomeQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Flow.Launcher.Plugin
77
/// <summary>
88
/// Asynchronous Query Model for Flow Launcher When Query Text is Empty
99
/// </summary>
10-
public interface IAsyncHomeQuery
10+
public interface IAsyncHomeQuery : IFeatures
1111
{
1212
/// <summary>
1313
/// Asynchronous Querying When Query Text is Empty

0 commit comments

Comments
 (0)