We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8ec5b8 + 4843560 commit 717fd61Copy full SHA for 717fd61
plugins/src/cosmic_toplevel/mod.rs
@@ -191,6 +191,7 @@ impl<W: AsyncWrite + Unpin> App<W> {
191
PluginResponse::Append(PluginSearchResult {
192
// XXX protocol id may be re-used later
193
id: item.0.id().protocol_id(),
194
+ window: Some((0, item.0.id().clone().protocol_id())),
195
name: item.1.app_id.clone(),
196
description: item.1.title.clone(),
197
icon: Some(IconSource::Name(icon_name)),
0 commit comments