From 48c8be13b44b5fe9388a8df87e18649805531d57 Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Thu, 27 Feb 2025 09:46:54 +0100 Subject: [PATCH] feat(system): crt: do not configure confluence240p as kodi theme the theme is not compatible with the current kodi version --- package/recalbox-crt/S13crt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/recalbox-crt/S13crt b/package/recalbox-crt/S13crt index 0a24af0eb3..1cc161de79 100644 --- a/package/recalbox-crt/S13crt +++ b/package/recalbox-crt/S13crt @@ -291,7 +291,8 @@ function genericInstall { fi switchTo "CRT" configure_rbconf - configure_kodi + # Reactivate when confluence240p will be compatible again + #configure_kodi } function manageHDMIPriority { -- GitLab