Delay initializing SQL in renderer
This commit is contained in:
parent
0d5ef38e52
commit
8cf6748dce
10 changed files with 101 additions and 104 deletions
5
ts/window.d.ts
vendored
5
ts/window.d.ts
vendored
|
@ -267,11 +267,6 @@ declare global {
|
|||
titleBarDoubleClick: () => void;
|
||||
unregisterForActive: (handler: () => void) => void;
|
||||
updateTrayIcon: (count: number) => void;
|
||||
sqlInitializer: {
|
||||
initialize: () => Promise<void>;
|
||||
goBackToMainProcess: () => Promise<void>;
|
||||
};
|
||||
|
||||
Backbone: typeof Backbone;
|
||||
CI?: CI;
|
||||
Accessibility: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue