mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
GOES EWMIN support
This commit is contained in:
parent
1ea7459b9b
commit
cf953fa097
16 changed files with 9206 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ void renderSettings(int wwidth, int wheight)
|
|||
{
|
||||
logger->debug("Opening file dialog");
|
||||
#ifdef __ANDROID__
|
||||
output_file = getDirPath();
|
||||
default_live_output_folder = getDirPath();
|
||||
#else
|
||||
auto result = pfd::select_folder("Open output directory", ".");
|
||||
while (result.ready(1000))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue