Basic storage of watched paths.
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
const Store = require("electron-store").default;
|
||||
const store = new Store({
|
||||
defaults: {
|
||||
filePaths: [],
|
||||
runWatcherOnStartup: true,
|
||||
polling: {
|
||||
enabled: false,
|
||||
pollingInterval: 30000,
|
||||
settings: {
|
||||
filepaths: [],
|
||||
runWatcherOnStartup: true,
|
||||
polling: {
|
||||
enabled: false,
|
||||
pollingInterval: 30000,
|
||||
},
|
||||
},
|
||||
user: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user