aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2022-11-06 14:44:24 +0100
committerGitHub <noreply@github.com>2022-11-06 14:44:24 +0100
commitca66635cc83aef6ff61757c46890dbe7f2d26276 (patch)
tree2b7dad0097fcee85d150808c52985c370296f2a5
parent1d187b372a294368c6d7e04dc7f0f7f84a90706c (diff)
parentabd38bdf01778c9fed122b61b308c75d9c331415 (diff)
Merge pull request #22102 from ksooo/estuary-revert-default-click-action
Revert "[Estuary] Home screen: TV/Radio: On click, open the Guide window, not the Channels window.
-rw-r--r--addons/skin.estuary/xml/Home.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml
index 0abdb8fbf3..09ccb1a372 100644
--- a/addons/skin.estuary/xml/Home.xml
+++ b/addons/skin.estuary/xml/Home.xml
@@ -961,7 +961,7 @@
<item>
<label>$LOCALIZE[19020]</label>
<property name="menu_id">$NUMBER[12000]</property>
- <onclick>ActivateWindow(TVGuide)</onclick>
+ <onclick>ActivateWindow(TVChannels)</onclick>
<thumb>icons/sidemenu/livetv.png</thumb>
<property name="id">livetv</property>
<visible>!Skin.HasSetting(HomeMenuNoTVButton)</visible>
@@ -969,7 +969,7 @@
<item>
<label>$LOCALIZE[19021]</label>
<property name="menu_id">$NUMBER[13000]</property>
- <onclick>ActivateWindow(RadioGuide)</onclick>
+ <onclick>ActivateWindow(RadioChannels)</onclick>
<thumb>icons/sidemenu/radio.png</thumb>
<property name="id">radio</property>
<visible>!Skin.HasSetting(HomeMenuNoRadioButton)</visible>