diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-11-06 14:44:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 14:44:24 +0100 |
commit | ca66635cc83aef6ff61757c46890dbe7f2d26276 (patch) | |
tree | 2b7dad0097fcee85d150808c52985c370296f2a5 | |
parent | 1d187b372a294368c6d7e04dc7f0f7f84a90706c (diff) | |
parent | abd38bdf01778c9fed122b61b308c75d9c331415 (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.xml | 4 |
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> |