feat: adding csp update

This commit is contained in:
Chubby Granny Chaser
2024-12-02 17:10:13 +00:00
parent 5bc424796a
commit 7f600a0cbf
10 changed files with 37 additions and 53 deletions

View File

@@ -162,7 +162,6 @@ declare global {
openExternal: (src: string) => Promise<void>;
openCheckout: () => Promise<void>;
getVersion: () => Promise<string>;
isStaging: () => Promise<boolean>;
ping: () => string;
getDefaultDownloadsPath: () => Promise<string>;
isPortableVersion: () => Promise<boolean>;
@@ -232,6 +231,8 @@ declare global {
/* Notifications */
publishNewRepacksNotification: (newRepacksCount: number) => Promise<void>;
isStaging: boolean;
}
interface Window {