diff --git a/src/main/settings.ts b/src/main/settings.ts deleted file mode 100644 index 62692a6..0000000 --- a/src/main/settings.ts +++ /dev/null @@ -1,7 +0,0 @@ -import Store from "electron-store"; -import { DEFAULT_SETTINGS } from "./data/default_settings.js"; - -const schema = DEFAULT_SETTINGS; -const store = new Store({schema}); - -export { store as appSettings } \ No newline at end of file