From 2adc7ac23db3b8c7dca857456477df886b7dbeaa Mon Sep 17 00:00:00 2001 From: chewitt Date: Sat, 19 Sep 2020 16:25:19 +0000 Subject: [PATCH] skin.estuary: make event log conditional and move LE settings Move the LE settings icon from the fourth row to the top replacing the event log viewer when service.libreelec.settings exists, so we keep the 3x3 grid layout. Signed-off-by: Christian Hewitt --- addons/skin.estuary/xml/Settings.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/addons/skin.estuary/xml/Settings.xml +++ b/addons/skin.estuary/xml/Settings.xml @@ -55,9 +55,16 @@ icons/settings/sysinfo.png + + RunAddon(service.libreelec.settings) + icons/settings/libreelec.png + System.AddonIsEnabled(service.libreelec.settings) + + ActivateWindow(eventlog) icons/settings/eventlog.png + !System.HasAddon(service.libreelec.settings) @@ -111,12 +118,6 @@ ActivateWindow(SystemSettings) icons/settings/system.png - - - RunAddon(service.libreelec.settings) - icons/settings/libreelec.png - System.AddonIsEnabled(service.libreelec.settings) -