Merge pull request #175 from wash2/toplevel-add-window

This commit is contained in:
Ashley Wulber 2023-03-15 22:53:44 -04:00 committed by GitHub
commit 717fd612e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)),