Store GUI config under user data

This commit is contained in:
thePR0M3TH3AN
2025-06-21 17:10:28 -04:00
parent dc0614c819
commit 20b61cfc16
2 changed files with 17 additions and 1 deletions

View File

@@ -14,3 +14,8 @@ npm start
The Electron app invokes the `voxvera` binary from your `PATH`.
Make sure it is installed before launching the GUI.
Configuration is stored in your operating system's *user data* directory.
On Linux this defaults to `~/.config/voxvera-gui/config.json`. The first
launch copies a default `config.json` there and subsequent edits via the GUI
update that file.