GUI: go back to built-in file picker on Android

for now
This commit is contained in:
tildearrow 2022-11-07 16:32:54 -05:00
parent 4dc38b7591
commit c08c66b88e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#define POWER_SAVE_DEFAULT 0
#endif
#if defined(__HAIKU__)
#if defined(__HAIKU__) || defined(IS_MOBILE)
// NFD doesn't support Haiku
#define SYS_FILE_DIALOG_DEFAULT 0
#else