Lord knows what I did

- Separate code into different files
- Drop about-window
- Drop Discord RPC
- Cleanup
- Maybe more?
This commit is contained in:
Agampreet Singh
2023-06-05 20:12:06 +05:30
parent bec002d50a
commit 122c78cb92
18 changed files with 533 additions and 703 deletions

4
app/store.js Normal file
View File

@@ -0,0 +1,4 @@
const Store = require("electron-store");
const store = new Store();
module.exports = store;