GOES EWMIN support

This commit is contained in:
Aang23 2021-06-27 23:54:13 +02:00
parent 1ea7459b9b
commit cf953fa097
16 changed files with 9206 additions and 4 deletions

View file

@ -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))