Toggle between db in renderer and in main
This commit is contained in:
parent
12d7f24d0f
commit
f07da67c60
5 changed files with 380 additions and 120 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -250,6 +250,7 @@ declare global {
|
|||
updateTrayIcon: (count: number) => void;
|
||||
sqlInitializer: {
|
||||
initialize: () => Promise<void>;
|
||||
goBackToMainProcess: () => void;
|
||||
};
|
||||
|
||||
Backbone: typeof Backbone;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue