@todesktop/shared 7.123.0 → 7.124.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,7 @@ export interface DesktopifyMenuItemConstructorOptions extends Omit<MenuItemConst
17
17
  actionType?: "jsEvent" | "role";
18
18
  iconUrl?: string;
19
19
  bundledIcon?: string;
20
+ useTemplateImage?: boolean;
20
21
  }
21
22
  /**
22
23
  * Toggle Window Tray Action
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.123.0",
3
+ "version": "7.124.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -40,6 +40,7 @@ export interface DesktopifyMenuItemConstructorOptions
40
40
  actionType?: "jsEvent" | "role";
41
41
  iconUrl?: string;
42
42
  bundledIcon?: string;
43
+ useTemplateImage?: boolean;
43
44
  }
44
45
 
45
46
  /**