Disable image preload
This commit is contained in:
parent
6154b83720
commit
00349b5b33
5 changed files with 0 additions and 58 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue