diff --git a/config.def.h b/config.def.h index a87fa6f94a..28f43ce69d 100644 --- a/config.def.h +++ b/config.def.h @@ -1099,7 +1099,7 @@ static const uint16_t network_remote_base_port = 55400; * a new one) */ #define DEFAULT_CORE_UPDATER_AUTO_BACKUP_HISTORY_SIZE 1 -#if defined(ANDROID) || defined(IOS) +#if defined(ANDROID) || defined(__APPLE__) #define DEFAULT_NETWORK_ON_DEMAND_THUMBNAILS true #else #define DEFAULT_NETWORK_ON_DEMAND_THUMBNAILS false