Currently, the SQLite file for the Freqlog db is stored wherever you run the app. This breaks the app when running it from different directories where it thinks the DB doesn't exist anymore. This shouldn't happen.
On Linux, this DB must be stored in XDG_DATA_HOME, falling back onto .local/share/nexus. I'm unsure what the conventions are for Windows and MacOS.
Currently, the SQLite file for the Freqlog db is stored wherever you run the app. This breaks the app when running it from different directories where it thinks the DB doesn't exist anymore. This shouldn't happen.
On Linux, this DB must be stored in
XDG_DATA_HOME
, falling back onto.local/share/nexus
. I'm unsure what the conventions are for Windows and MacOS.