mirror of
https://github.com/JakeStanger/system-tray.git
synced 2026-07-11 05:15:55 +01:00
[PR #18] [MERGED] Make Client::items optional #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/system-tray#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/system-tray/pull/18
Author: @ogios
Created: 2/8/2025
Status: ✅ Merged
Merged: 2/28/2025
Merged by: @JakeStanger
Base:
master← Head:data📝 Commits (7)
1e4a798extract data38ff6b3feature3ddc3a8uncommentaf7bb13avoid breaking changeddd094ecfg-ifa4a4e36remove unnecessary clone; please clippy under non-datafe4227dless duplicate code📊 Changes
5 files changed (+96 additions, -42 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
Cargo.toml(+3 -1)📝
src/client.rs(+19 -41)➕
src/data.rs(+71 -0)📝
src/lib.rs(+2 -0)📄 Description
this introduce a feature making items and menus cache optional.
the feature is enable by default.
without the feature, we still preserves the destination of each item, which is for
though i haven't seen this gets triggered, maybe it's just me over thinking.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.