Disable image preload
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user