[PR #21] [MERGED] update tray menu before sending MenuDiff event #21

Closed
opened 2026-05-22 22:04:51 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/system-tray/pull/21
Author: @Levizor
Created: 2/23/2025
Status: Merged
Merged: 6/25/2025
Merged by: @JakeStanger

Base: masterHead: changing-items-state-on-events


📝 Commits (5)

  • 920b625 update tray menu before sending MenuDiff event
  • c6a98fa update StatusNotifierItem if receiving properties update
  • e56dfd6 modify existing StatusNotifierItem and TrayMenu instead of creating new ones
  • f191a97 data feature
  • b71553b move implementation to data.rs

📊 Changes

2 files changed (+92 additions, -1 deletions)

View changed files

📝 src/client.rs (+22 -0)
📝 src/data.rs (+70 -1)

📄 Description

fixed #20 for me


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/system-tray/pull/21 **Author:** [@Levizor](https://github.com/Levizor) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `changing-items-state-on-events` --- ### 📝 Commits (5) - [`920b625`](https://github.com/JakeStanger/system-tray/commit/920b625be8646d1db2e7bf6d67fa97669abddda4) update tray menu before sending MenuDiff event - [`c6a98fa`](https://github.com/JakeStanger/system-tray/commit/c6a98faefaeb0dbbf2c4a49be5b743c8e985e2b1) update StatusNotifierItem if receiving properties update - [`e56dfd6`](https://github.com/JakeStanger/system-tray/commit/e56dfd6472858d36fd6e09c2c19a6f394abdbea0) modify existing StatusNotifierItem and TrayMenu instead of creating new ones - [`f191a97`](https://github.com/JakeStanger/system-tray/commit/f191a979d0a2ea262e7e118fa3a89d21ad504ccf) data feature - [`b71553b`](https://github.com/JakeStanger/system-tray/commit/b71553b91adb78911f67aee9bc91655cde9bddcd) move implementation to data.rs ### 📊 Changes **2 files changed** (+92 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/client.rs` (+22 -0) 📝 `src/data.rs` (+70 -1) </details> ### 📄 Description fixed #20 for me --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:51 +01:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/system-tray#21
No description provided.