aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorMiguel Borges de Freitas <92enen@gmail.com>2023-06-13 22:21:14 +0100
committerMiguel Borges de Freitas <92enen@gmail.com>2023-06-16 16:18:00 +0100
commit822c720147bbb7117dd62c4640fcbbb665381199 (patch)
tree13646ca08358ced5a0d37560ea210724a1815fc1 /addons
parent2f5330994b3adafad42dce9c7b058295177bc9e9 (diff)
[Estuary] Also start timer (with reset) on seeks
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Timers.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Timers.xml b/addons/skin.estuary/xml/Timers.xml
index eb252a3a27..fd722dfb57 100644
--- a/addons/skin.estuary/xml/Timers.xml
+++ b/addons/skin.estuary/xml/Timers.xml
@@ -11,6 +11,7 @@
<timer>
<name>1110_topbaroverlay</name>
<description>A timer that is activated when the topbaroverlay is loaded and stops automatically after 5 seconds (or playback is resumed)</description>
+ <start reset="true">Window.IsActive(1109) + [Player.Seeking | Player.Forwarding | Player.Rewinding | Player.HasPerformedSeek(1)]</start>
<reset>[Player.Seeking | Player.Forwarding | Player.Rewinding | Player.HasPerformedSeek(1)]</reset>
<stop>Integer.IsGreaterOrEqual(Skin.TimerElapsedSecs(1110_topbaroverlay),5)</stop>
</timer>