Skip to content

Commit

Permalink
Merge pull request #36 from DASPRiD/fix/ksni
Browse files Browse the repository at this point in the history
fix(ksni): add id property to tray
  • Loading branch information
olback authored May 29, 2023
2 parents 030e707 + 557c3c9 commit 92d0310
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/linux_ksni/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pub struct TrayItemLinux {
}

impl ksni::Tray for Tray {
fn id(&self) -> String {
self.title.clone()
}

fn title(&self) -> String {
self.title.clone()
}
Expand Down

0 comments on commit 92d0310

Please sign in to comment.