mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Begin config cleanup
This commit is contained in:
parent
5c14f52c79
commit
041cd86c7f
51 changed files with 508 additions and 933 deletions
|
|
@ -61,7 +61,7 @@ namespace satdump
|
|||
|
||||
logger->info("Done! Goodbye");
|
||||
|
||||
if (config::main_cfg["user_interface"]["open_viewer_post_processing"]["value"].get<bool>())
|
||||
if (satdump_cfg.main_cfg["user_interface"]["open_viewer_post_processing"]["value"].get<bool>())
|
||||
{
|
||||
if (std::filesystem::exists(output_file + "/dataset.json"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue