From 4843560fb22aee8d08cef9bc85e13da3702c9af6 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 14 Mar 2023 19:28:41 -0400 Subject: [PATCH] fix(cosmic_toplevel plugin): add window to search result response --- plugins/src/cosmic_toplevel/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/src/cosmic_toplevel/mod.rs b/plugins/src/cosmic_toplevel/mod.rs index 737ecee..c7ca893 100644 --- a/plugins/src/cosmic_toplevel/mod.rs +++ b/plugins/src/cosmic_toplevel/mod.rs @@ -191,6 +191,7 @@ impl App { PluginResponse::Append(PluginSearchResult { // XXX protocol id may be re-used later id: item.0.id().protocol_id(), + window: Some((0, item.0.id().clone().protocol_id())), name: item.1.app_id.clone(), description: item.1.title.clone(), icon: Some(IconSource::Name(icon_name)),