Merge pull request #175 from wash2/toplevel-add-window
This commit is contained in:
commit
717fd612e7
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