Disable image preload

This commit is contained in:
Fedor Indutny 2023-05-01 13:42:34 -07:00 committed by GitHub
parent 6154b83720
commit 00349b5b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 58 deletions

1
ts/window.d.ts vendored
View file

@ -70,7 +70,6 @@ export type IPCType = {
};
drawAttention: () => void;
getAutoLaunch: () => Promise<boolean>;
getBuiltInImages: () => Promise<Array<string>>;
getMediaCameraPermissions: () => Promise<boolean>;
getMediaPermissions: () => Promise<boolean>;
logAppLoadedEvent?: (options: { processedCount?: number }) => void;