aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estouchy
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2022-05-09 16:02:49 +0100
committerenen92 <92enen@gmail.com>2022-05-09 16:02:49 +0100
commit0d15333e77e9f717bf13fe24e11b71a6da3ca7c0 (patch)
treef66f2c938ed0f9a9c0c7a66c11a4178c81133889 /addons/skin.estouchy
parent64835dcaa8f6ad2e983bccdf8ace4fb1db2f7d54 (diff)
[skins] Remove player.displayafterseek in skins in favor of Player.HasPerformedSeek(3)
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r--addons/skin.estouchy/xml/DialogSeekBar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estouchy/xml/DialogSeekBar.xml b/addons/skin.estouchy/xml/DialogSeekBar.xml
index 83a7b4e0f2..44c9df0f7b 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) | Window.IsActive(SliderDialog)] + [Player.Seeking | Player.DisplayAfterSeek]</visible>
+ <visible>[Window.IsActive(FullscreenVideo) | Window.IsActive(Visualisation)] + ![Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Window.IsActive(SliderDialog)] + [Player.Seeking | Player.HasPerformedSeek(3)]</visible>
<controls>
<control type="group">
<posx>364</posx>