From 73d198ed7f2439fdeda752923338b2f39ea80b84 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 May 2016 16:56:15 +0200 Subject: [PATCH] Set default thumbnail setting to 'boxart' --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1f8e0222db..4756ec2f9d 100644 --- a/config.def.h +++ b/config.def.h @@ -775,7 +775,7 @@ static const unsigned input_max_users = 5; static const unsigned input_poll_type_behavior = 2; -static const unsigned menu_thumbnails_default = 1; +static const unsigned menu_thumbnails_default = 3; #ifdef IOS static const bool ui_companion_start_on_boot = false;