Get electron store working.

This commit is contained in:
Patrick Fic
2025-03-12 14:59:45 -07:00
parent 776d152d88
commit fb991670fe
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import Store from "electron-store";
// @ts-nocheck
const Store = require("electron-store").default;
const store = new Store({
defaults: {
filePaths: [],