diff --git a/src/electron.ts b/src/electron.ts index 24808b8..d6ee429 100644 --- a/src/electron.ts +++ b/src/electron.ts @@ -25,7 +25,7 @@ log.info('App starting...') const connectionManager = new ConnectionManager() connectionManager.manageConnections() -const configStorage = new ConfigStorage(path.join(app.getPath('appData'), app.name, 'settings.json')) +const configStorage = new ConfigStorage(path.join(app.getPath('userData'), 'settings.json')) configStorage.init() // Keep a global reference of the window object, if you don't, the window will