aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2021-03-20 16:36:59 +0100
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2021-03-24 10:21:11 +0100
commitf2c9179dbddf62a8be3d4340055a41276c463d53 (patch)
tree469eae1307a428e9744ff221024bc137c46a0594 /addons
parentc51b1d5422ad911ff679c9cc81024c4626b70e84 (diff)
[Estuary] Fix: Hide player info while PVR channel guide dialog is visible.
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/DialogSeekBar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml
index e5c512250d..9574d1bdfb 100644
--- a/addons/skin.estuary/xml/DialogSeekBar.xml
+++ b/addons/skin.estuary/xml/DialogSeekBar.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<visible>Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding | Player.ShowInfo | Window.IsActive(fullscreeninfo) | Player.ShowTime | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !String.IsEmpty(Player.SeekNumeric) | !String.IsEmpty(PVR.ChannelNumberInput)</visible>
- <visible>![Window.IsActive(sliderdialog) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrguideinfo) | Window.IsActive(1110)]</visible>
+ <visible>![Window.IsActive(sliderdialog) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrchannelguide) | Window.IsActive(pvrguideinfo) | Window.IsActive(1110)]</visible>
<visible>Window.IsActive(fullscreenvideo) | Window.IsActive(visualisation)</visible>
<include>Animation_BottomSlide</include>
<depth>DepthOSD</depth>