Skip to content

Commit

Permalink
⚡ Add a slideindex counter to slideshows on manual page flip to see c…
Browse files Browse the repository at this point in the history
…urrent location - #967
  • Loading branch information
jurialmunkey committed Jun 21, 2024
1 parent 7f64ece commit 2ba9747
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion 1080i/SlideShow.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>

<controls>
<control type="group">
<include content="Animation_Fade_Out">
<param name="type">Hidden</param>
</include>
<visible>!Window.IsVisible(DialogPictureInfo.xml)</visible>
<visible>!System.IdleTime(2)</visible>
<visible>!Slideshow.IsActive</visible>
<bottom>20</bottom>
<height>20</height>
<left>20</left>
<right>20</right>
<control type="label">
<textcolor>main_fg_90</textcolor>
<font>font_mini</font>
<label>$INFO[Slideshow.SlideIndex]</label>
<align>right</align>
</control>
</control>
</controls>
</window>

0 comments on commit 2ba9747

Please sign in to comment.