@todesktop/shared 7.33.0 → 7.34.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.
@@ -239,6 +239,7 @@ export interface IApp {
239
239
  internalUrls?: ISwitchableValue<string>;
240
240
  isContextMenuDisabled: boolean;
241
241
  isDevToolsDisabled: boolean;
242
+ isFindInPageEnabled?: boolean;
242
243
  isNativeWindowOpenDisabled?: boolean;
243
244
  isSingleInstance?: boolean;
244
245
  isWebSecurityDisabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.33.0",
3
+ "version": "7.34.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -271,6 +271,7 @@ export interface IApp {
271
271
  internalUrls?: ISwitchableValue<string>;
272
272
  isContextMenuDisabled: boolean;
273
273
  isDevToolsDisabled: boolean;
274
+ isFindInPageEnabled?: boolean;
274
275
  isNativeWindowOpenDisabled?: boolean;
275
276
  isSingleInstance?: boolean;
276
277
  isWebSecurityDisabled?: boolean;