fix(cosmic_toplevel plugin): add window to search result response
This commit is contained in:
parent
f8ec5b8083
commit
4843560fb2
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ impl<W: AsyncWrite + Unpin> App<W> {
|
|||
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)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue