Moves SQL to full IPC

This commit is contained in:
Josh Perez 2023-05-04 13:59:02 -04:00
parent 34baa0fa2f
commit be60b3d225
11 changed files with 110 additions and 334 deletions

View file

@ -1529,7 +1529,6 @@ const onDatabaseError = async (error: string) => {
ready = false;
if (mainWindow) {
drop(settingsChannel?.invokeCallbackInMainWindow('closeDB', []));
mainWindow.close();
}
mainWindow = undefined;