Added the ability to define custom icons for the system tray. (#408)
* Added the ability to define custom icons for the system tray. * Add placeholder icon if icon is not defined. * Update themes
This commit is contained in:
6
lib/types/systray.d.ts
vendored
6
lib/types/systray.d.ts
vendored
@@ -0,0 +1,6 @@
|
||||
export type SystrayIconMap = {
|
||||
[key: string]: {
|
||||
icon: string;
|
||||
color: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user