mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
baseband recorder output now properly saved
This commit is contained in:
parent
b6d5e328cb
commit
a36b3cd50f
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ void renderSettings(int /*wwidth*/, int /*wheight*/)
|
|||
settings["manual_dpi_scaling"] = manual_dpi_scaling;
|
||||
settings["live_use_generated_output_folder"] = live_use_generated_output_folder;
|
||||
settings["default_live_output_folder"] = default_live_output_folder;
|
||||
settings["default_recorder_output_folder"] = default_recorder_output_folder;
|
||||
|
||||
saveSettings();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue