mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Goodbye Viewer...........
This commit is contained in:
parent
d0d671f97a
commit
6f0c6935f8
29 changed files with 102 additions and 101 deletions
|
|
@ -63,12 +63,12 @@ namespace satdump
|
|||
|
||||
logger->info("Done! Goodbye");
|
||||
|
||||
if (satdump_cfg.main_cfg["user_interface"]["open_viewer_post_processing"]["value"].get<bool>())
|
||||
if (satdump_cfg.main_cfg["user_interface"]["open_explorer_post_processing"]["value"].get<bool>())
|
||||
{
|
||||
if (std::filesystem::exists(output_file + "/dataset.json"))
|
||||
{
|
||||
logger->info("Opening viewer!");
|
||||
viewer_app2->tryOpenFileInViewer(output_file + "/dataset.json");
|
||||
logger->info("Opening explorer!");
|
||||
explorer_app->tryOpenFileInExplorer(output_file + "/dataset.json"); // TODOREWORK Maybe just try to open the final file produced?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue