Skip to content

Commit 717fd61

Browse files
authored
Merge pull request #175 from wash2/toplevel-add-window
2 parents f8ec5b8 + 4843560 commit 717fd61

File tree

1 file changed

+1
-0
lines changed
  • plugins/src/cosmic_toplevel

1 file changed

+1
-0
lines changed

plugins/src/cosmic_toplevel/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ impl<W: AsyncWrite + Unpin> App<W> {
191191
PluginResponse::Append(PluginSearchResult {
192192
// XXX protocol id may be re-used later
193193
id: item.0.id().protocol_id(),
194+
window: Some((0, item.0.id().clone().protocol_id())),
194195
name: item.1.app_id.clone(),
195196
description: item.1.title.clone(),
196197
icon: Some(IconSource::Name(icon_name)),

0 commit comments

Comments
 (0)