@todesktop/shared 7.37.2 → 7.37.3

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.
@@ -278,7 +278,7 @@ export interface IApp {
278
278
  login?: string;
279
279
  };
280
280
  subscription?: IStripeSubscription;
281
- themeSource?: "auto" | "light" | "dark";
281
+ themeSource?: "system" | "light" | "dark";
282
282
  toggleVisibilityKeyboardShortcut?: ISwitchableValue<string>;
283
283
  trayIcon?: string;
284
284
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.37.2",
3
+ "version": "7.37.3",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -309,7 +309,7 @@ export interface IApp {
309
309
  shouldReuseRendererProcess?: boolean;
310
310
  snapStore?: { login?: string };
311
311
  subscription?: IStripeSubscription;
312
- themeSource?: "auto" | "light" | "dark";
312
+ themeSource?: "system" | "light" | "dark";
313
313
  toggleVisibilityKeyboardShortcut?: ISwitchableValue<string>;
314
314
  trayIcon?: string;
315
315
  url: string;