diff options
Diffstat (limited to 'addons/skin.estouchy/xml/DialogSeekBar.xml')
-rw-r--r-- | addons/skin.estouchy/xml/DialogSeekBar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estouchy/xml/DialogSeekBar.xml b/addons/skin.estouchy/xml/DialogSeekBar.xml index 97193c2f90..83a7b4e0f2 100644 --- a/addons/skin.estouchy/xml/DialogSeekBar.xml +++ b/addons/skin.estouchy/xml/DialogSeekBar.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <window> - <visible>[Window.IsActive(FullscreenVideo) | Window.IsActive(Visualisation)] + ![Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD)] + [Player.Seeking | Player.DisplayAfterSeek]</visible> + <visible>[Window.IsActive(FullscreenVideo) | Window.IsActive(Visualisation)] + ![Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Window.IsActive(SliderDialog)] + [Player.Seeking | Player.DisplayAfterSeek]</visible> <controls> <control type="group"> <posx>364</posx> |