mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Use icon caching for system tray. (#2238)
This commit is contained in:
@@ -145,6 +145,8 @@ namespace system_tray {
|
||||
{ .text = "Restart", .cb = tray_restart_cb },
|
||||
{ .text = "Quit", .cb = tray_quit_cb },
|
||||
{ .text = nullptr } },
|
||||
.iconPathCount = 4,
|
||||
.allIconPaths = { TRAY_ICON, TRAY_ICON_LOCKED, TRAY_ICON_PLAYING, TRAY_ICON_PAUSING },
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
2
third-party/tray
vendored
2
third-party/tray
vendored
Submodule third-party/tray updated: 2bf1c61030...a08c1025c3
Reference in New Issue
Block a user