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 = "Restart", .cb = tray_restart_cb },
|
||||||
{ .text = "Quit", .cb = tray_quit_cb },
|
{ .text = "Quit", .cb = tray_quit_cb },
|
||||||
{ .text = nullptr } },
|
{ .text = nullptr } },
|
||||||
|
.iconPathCount = 4,
|
||||||
|
.allIconPaths = { TRAY_ICON, TRAY_ICON_LOCKED, TRAY_ICON_PLAYING, TRAY_ICON_PAUSING },
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Vendored
+1
-1
Submodule third-party/tray updated: 2bf1c61030...a08c1025c3
Reference in New Issue
Block a user