Add launch on startup.

This commit is contained in:
Patrick FIc
2025-04-01 16:39:37 -07:00
parent db81297c49
commit e4f204bf38
2 changed files with 27 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ import Store from "electron-store";
const store = new Store({
defaults: {
settings: {
runOnStartup: true,
filepaths: [],
qbFilePath: "",
runWatcherOnStartup: true,