@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.
- package/lib/toDesktop.d.ts +1 -1
- package/package.json +1 -1
- package/src/toDesktop.ts +1 -1
package/lib/toDesktop.d.ts
CHANGED
|
@@ -278,7 +278,7 @@ export interface IApp {
|
|
|
278
278
|
login?: string;
|
|
279
279
|
};
|
|
280
280
|
subscription?: IStripeSubscription;
|
|
281
|
-
themeSource?: "
|
|
281
|
+
themeSource?: "system" | "light" | "dark";
|
|
282
282
|
toggleVisibilityKeyboardShortcut?: ISwitchableValue<string>;
|
|
283
283
|
trayIcon?: string;
|
|
284
284
|
url: string;
|
package/package.json
CHANGED
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?: "
|
|
312
|
+
themeSource?: "system" | "light" | "dark";
|
|
313
313
|
toggleVisibilityKeyboardShortcut?: ISwitchableValue<string>;
|
|
314
314
|
trayIcon?: string;
|
|
315
315
|
url: string;
|