From fb737cb00fcc28c93a87bb48ee91447ed0524490 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 23 Mar 2021 03:41:29 +0100 Subject: [PATCH] (Apple) On demand thumbnails enabled by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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