Toggle between db in renderer and in main

This commit is contained in:
Josh Perez 2021-03-10 17:25:57 -05:00 committed by Josh Perez
parent 12d7f24d0f
commit f07da67c60
5 changed files with 380 additions and 120 deletions

1
ts/window.d.ts vendored
View file

@ -250,6 +250,7 @@ declare global {
updateTrayIcon: (count: number) => void;
sqlInitializer: {
initialize: () => Promise<void>;
goBackToMainProcess: () => void;
};
Backbone: typeof Backbone;