diff options
author | CrystalP <crystalp@kodi.tv> | 2024-01-23 18:14:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 18:14:59 -0500 |
commit | 60776861891f12a04e09d9c1a8dbf603b4f0caee (patch) | |
tree | f7ff6e9b918741b308b6efc2b3ebf078c3576a28 /addons | |
parent | b093e352dbc40e9ea22f2b9fa0b26568e7cab26b (diff) |
[video] Remove non-working context menu manage / info dialog buttons for versions (#24569)
* [video] Remove non-working context menu manage entries for video versions
* [video] Remove non-working buttons of Info dialog for video versions
* [Video] refactor detection of video assets
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogVideoInfo.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogVideoInfo.xml b/addons/skin.estuary/xml/DialogVideoInfo.xml index 1f546e23b7..47e9a8e8b8 100644 --- a/addons/skin.estuary/xml/DialogVideoInfo.xml +++ b/addons/skin.estuary/xml/DialogVideoInfo.xml @@ -647,6 +647,7 @@ <param name="id" value="10" /> <param name="icon" value="icons/infodialogs/choose_image.png" /> <param name="label" value="$LOCALIZE[13511]" /> + <param name="visible" value="Control.IsEnabled(10)" /> </include> <include content="InfoDialogButton"> <param name="id" value="6" /> |