DJ2LS / FreeDATA

A free, open-source, multi-platform application for sending files and messages, using the codec2 HF modems
https://wiki.freedata.app/
GNU General Public License v3.0
137 stars 17 forks source link

fix loading default config #638

Closed arodland closed 6 months ago

arodland commented 6 months ago

without this change, if the user doesn't have a valid config on disk, they just get a white screen on startup due to nconf.required throwing an exception.

DJ2LS commented 6 months ago

@arodland thanks for the PR! We appreciate all support we get!

DJ2LS commented 6 months ago

@arodland I'm not sure if this really fixes the problem, as the default config is stored in a variable :thinking: I'll try testing a bit

DJ2LS commented 6 months ago

youre right, this fixes the problem!