diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2024-06-22 15:32:07 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2024-06-28 09:29:15 +0200 |
commit | 06fd4aa6aec4ee0710124a502f5d962c1e8ba696 (patch) | |
tree | 84f24890384299fc896d52deed2896d2ca85910b | |
parent | 20ac23938ef6e4fb277450c2d2d75de6c1587402 (diff) |
[Estuary] PVR Group manager: Display name of selected group in header bar, instead of redundant total number of groups.
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRGroupManager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRGroupManager.xml b/addons/skin.estuary/xml/DialogPVRGroupManager.xml index 0e3523e37d..4bc5372751 100644 --- a/addons/skin.estuary/xml/DialogPVRGroupManager.xml +++ b/addons/skin.estuary/xml/DialogPVRGroupManager.xml @@ -11,7 +11,7 @@ <include content="DialogBackgroundCommons"> <param name="width" value="1820" /> <param name="height" value="995" /> - <param name="header_label" value="$VAR[PVRGroupMgrHeader]$INFO[Container(13).NumItems, (,)]" /> + <param name="header_label" value="$VAR[PVRGroupMgrHeader]$INFO[Container(13).ListItem.Label, - ,]" /> <param name="header_id" value="1" /> </include> <control type="group"> |