@todesktop/shared 7.85.0 → 7.86.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.
@@ -132,6 +132,10 @@ export interface DesktopifyAppWindow {
132
132
  * Does the window have a maximum height. Default is `false`
133
133
  */
134
134
  hasMaxHeight: boolean;
135
+ /**
136
+ * Don't allow tabs in window (macOS only)
137
+ */
138
+ disableTabs: boolean;
135
139
  /**
136
140
  * BrowserWindow Constructor Options
137
141
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.85.0",
3
+ "version": "7.86.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -234,6 +234,10 @@ export interface DesktopifyAppWindow {
234
234
  * Does the window have a maximum height. Default is `false`
235
235
  */
236
236
  hasMaxHeight: boolean;
237
+ /**
238
+ * Don't allow tabs in window (macOS only)
239
+ */
240
+ disableTabs: boolean;
237
241
  /**
238
242
  * BrowserWindow Constructor Options
239
243
  */