[PR #1397] [MERGED] fix(tray): svg's did not load #6970

Closed
opened 2026-05-23 01:57:38 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1397
Author: @pancakedevourer
Created: 2/24/2026
Status: Merged
Merged: 4/14/2026
Merged by: @JakeStanger

Base: masterHead: fix/tray-svg-icons


📝 Commits (10+)

  • 836eba0 fix(tray): svg's did not load
  • 8e405ac Cleanup
  • 85ab0e1 Removed unused import
  • 837a0a4 Merge branch 'JakeStanger:master' into fix/tray-svg-icons
  • 5d23a12 Refactor some logic and cleanup
  • 57caefb Refactor some logic and cleanup
  • 93fb4d8 Fix some warnings, and refactor some stuff :D
  • 7b45dbf Fixed failing build
  • 4891ddf Fixed whitespace and picture loading
  • 6bc4ddf Merge branch 'master' into fix/tray-svg-icons

📊 Changes

3 files changed (+175 additions, -81 deletions)

View changed files

📝 src/modules/tray/icon.rs (+55 -41)
📝 src/modules/tray/interface.rs (+4 -12)
📝 src/modules/tray/mod.rs (+116 -28)

📄 Description

SVG icons couldn't load in the tray before, and showed a disconnected icon.

Fixes #1221
Resolves #1442


🔄 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/1397 **Author:** [@pancakedevourer](https://github.com/pancakedevourer) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray-svg-icons` --- ### 📝 Commits (10+) - [`836eba0`](https://github.com/JakeStanger/ironbar/commit/836eba0b08ed88b43669bca95bdfbd7b244f801b) fix(tray): svg's did not load - [`8e405ac`](https://github.com/JakeStanger/ironbar/commit/8e405ac48de16a09f0c4606f1e424f5e058f039b) Cleanup - [`85ab0e1`](https://github.com/JakeStanger/ironbar/commit/85ab0e127713f85a0642b0141ddfd6fda8e703c5) Removed unused import - [`837a0a4`](https://github.com/JakeStanger/ironbar/commit/837a0a42e060c5878c42b7559f10d407e4690199) Merge branch 'JakeStanger:master' into fix/tray-svg-icons - [`5d23a12`](https://github.com/JakeStanger/ironbar/commit/5d23a122ec2cfc89bd768abbcc7ebbb7cb5d170f) Refactor some logic and cleanup - [`57caefb`](https://github.com/JakeStanger/ironbar/commit/57caefb2490689e2327be3591bd665ba8ff04e78) Refactor some logic and cleanup - [`93fb4d8`](https://github.com/JakeStanger/ironbar/commit/93fb4d8d96a44084e814585c8aa9ae1051b5299a) Fix some warnings, and refactor some stuff :D - [`7b45dbf`](https://github.com/JakeStanger/ironbar/commit/7b45dbfd9ec905775202fb6036fda7286d951409) Fixed failing build - [`4891ddf`](https://github.com/JakeStanger/ironbar/commit/4891ddfb920b726de257507696d43d11b5e30f42) Fixed whitespace and picture loading - [`6bc4ddf`](https://github.com/JakeStanger/ironbar/commit/6bc4ddf5cc7cb470b4192c2fc64429e9e606c2ba) Merge branch 'master' into fix/tray-svg-icons ### 📊 Changes **3 files changed** (+175 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/tray/icon.rs` (+55 -41) 📝 `src/modules/tray/interface.rs` (+4 -12) 📝 `src/modules/tray/mod.rs` (+116 -28) </details> ### 📄 Description SVG icons couldn't load in the tray before, and showed a disconnected icon. Fixes #1221 Resolves #1442 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:57:38 +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#6970
No description provided.