From 0f09fea30b28526d72088e9c6603dfacf614e725 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 3 May 2025 16:32:07 +0800 Subject: [PATCH] Make async home query to be feature interface --- Flow.Launcher.Plugin/Interfaces/IAsyncHomeQuery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IAsyncHomeQuery.cs b/Flow.Launcher.Plugin/Interfaces/IAsyncHomeQuery.cs index f7a820f18..78d6454ae 100644 --- a/Flow.Launcher.Plugin/Interfaces/IAsyncHomeQuery.cs +++ b/Flow.Launcher.Plugin/Interfaces/IAsyncHomeQuery.cs @@ -7,7 +7,7 @@ namespace Flow.Launcher.Plugin /// /// Asynchronous Query Model for Flow Launcher When Query Text is Empty /// - public interface IAsyncHomeQuery + public interface IAsyncHomeQuery : IFeatures { /// /// Asynchronous Querying When Query Text is Empty