Implement persistent buffer

This commit is contained in:
Jonatan Heyman
2023-01-19 00:20:50 +01:00
parent c4e78a70ce
commit 14152fbede
10 changed files with 171 additions and 48 deletions

1
electron/constants.ts Normal file
View File

@@ -0,0 +1 @@
export const WINDOW_CLOSE_EVENT = "window-close"