@todesktop/shared 7.58.0 → 7.60.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.
- package/lib/desktopify2.d.ts +1 -1
- package/lib/desktopify2.js +1 -1
- package/package.json +1 -1
- package/src/desktopify2.ts +2 -2
package/lib/desktopify2.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface DesktopifyAppTray {
|
|
|
41
41
|
rightClick: DesktopifyAppTrayAction;
|
|
42
42
|
leftClick: DesktopifyAppTrayAction;
|
|
43
43
|
}
|
|
44
|
-
export declare type DesktopifyAppMenu = DesktopifyMenuItemConstructorOptions
|
|
44
|
+
export declare type DesktopifyAppMenu = DesktopifyMenuItemConstructorOptions;
|
|
45
45
|
/**
|
|
46
46
|
* Whitelist of allowed DesktopifyWindow Options.
|
|
47
47
|
* These attrs (if set) are passed to the `BrowserWindow` constructor
|
package/lib/desktopify2.js
CHANGED
package/package.json
CHANGED
package/src/desktopify2.ts
CHANGED
|
@@ -67,7 +67,7 @@ export interface DesktopifyAppTray {
|
|
|
67
67
|
leftClick: DesktopifyAppTrayAction;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
export type DesktopifyAppMenu = DesktopifyMenuItemConstructorOptions
|
|
70
|
+
export type DesktopifyAppMenu = DesktopifyMenuItemConstructorOptions;
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* Whitelist of allowed DesktopifyWindow Options.
|
|
@@ -114,7 +114,7 @@ export const allowedBrowserWindowConstructorOptions: Readonly<
|
|
|
114
114
|
"visualEffectState",
|
|
115
115
|
"titleBarStyle",
|
|
116
116
|
"trafficLightPosition",
|
|
117
|
-
"roundedCorners",
|
|
117
|
+
// "roundedCorners",
|
|
118
118
|
"fullscreenWindowTitle",
|
|
119
119
|
"thickFrame",
|
|
120
120
|
"type",
|