Delete settings.ts

This commit is contained in:
TheThomaas 2026-02-05 15:25:10 +01:00
parent e08c54f3ba
commit 5fc49bb3e9

View file

@ -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 }