Added persistent config for VFO offsets

This commit is contained in:
Ryzerth
2021-04-22 02:00:33 +02:00
parent eb8cd09e65
commit d3ad4a5035
3 changed files with 19 additions and 8 deletions

View File

@@ -152,6 +152,8 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["windowSize"]["h"] = 720;
defConfig["windowSize"]["w"] = 1280;
defConfig["vfoOffsets"] = json::object();
#ifdef _WIN32
defConfig["modulesDirectory"] = "./modules";
defConfig["resourcesDirectory"] = "./res";