[PR #782] [MERGED] More tray fixes #939

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/782
Author: @JakeStanger
Created: 11/17/2024
Status: Merged
Merged: 11/17/2024
Merged by: @JakeStanger

Base: masterHead: fix/tray-fixes2


📝 Commits (3)

  • 48dc65f chore(tray): remove unneeded png image code
  • 5aa9f37 fix(tray): menus not attaching to secondary bars
  • f364bb6 fix(tray): tray icons not disappearing on close

📊 Changes

5 files changed (+15 additions, -107 deletions)

View changed files

📝 Cargo.lock (+1 -65)
📝 Cargo.toml (+1 -2)
📝 src/modules/tray/icon.rs (+0 -34)
📝 src/modules/tray/interface.rs (+10 -3)
📝 src/modules/tray/mod.rs (+3 -3)

📄 Description

Fixes tray icons not disappearing on program close.
Fixes menus not attaching to tray icons on bars other than the primary.


🔄 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/ironbar/pull/782 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/17/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray-fixes2` --- ### 📝 Commits (3) - [`48dc65f`](https://github.com/JakeStanger/ironbar/commit/48dc65f60b7cb8d37add889533aa25592d7a936a) chore(tray): remove unneeded png image code - [`5aa9f37`](https://github.com/JakeStanger/ironbar/commit/5aa9f37fe4ff76d9ef61e8c0aacc110ecb9a89c3) fix(tray): menus not attaching to secondary bars - [`f364bb6`](https://github.com/JakeStanger/ironbar/commit/f364bb64fbfaef31a55bdc3c9e4cbb6f90fcdab5) fix(tray): tray icons not disappearing on close ### 📊 Changes **5 files changed** (+15 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -65) 📝 `Cargo.toml` (+1 -2) 📝 `src/modules/tray/icon.rs` (+0 -34) 📝 `src/modules/tray/interface.rs` (+10 -3) 📝 `src/modules/tray/mod.rs` (+3 -3) </details> ### 📄 Description Fixes tray icons not disappearing on program close. Fixes menus not attaching to tray icons on bars other than the primary. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:05 +01:00
Sign in to join this conversation.
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/ironbar#939
No description provided.