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
|
@ -14,3 +14,7 @@ export async function initialize(): Promise<void> {
|
|||
|
||||
await sql.initializeRenderer({ configDir, key });
|
||||
}
|
||||
|
||||
export function goBackToMainProcess(): void {
|
||||
window.Signal.Data.goBackToMainProcess();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue