aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2024-08-26 19:47:18 -0700
committerGitHub <noreply@github.com>2024-08-26 19:47:18 -0700
commit19bfa2124302f28f902a00794b4af08802faeea1 (patch)
treeca4d0a3313e21f55db66dc8059cd1f0b7fe5f07b /addons/skin.estuary
parentd0f011f789bb38f52849ce47203b198270335ec2 (diff)
parent4cc349dfa9c9ba428374579fd943b92e27019f53 (diff)
Merge pull request #25598 from garbear/show-emu
RetroPlayer: Show emulator name and icon in Advanced Settings dialog
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r--addons/skin.estuary/xml/DialogAddonSettings.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogAddonSettings.xml b/addons/skin.estuary/xml/DialogAddonSettings.xml
index 38349c1800..737366dfdd 100644
--- a/addons/skin.estuary/xml/DialogAddonSettings.xml
+++ b/addons/skin.estuary/xml/DialogAddonSettings.xml
@@ -123,6 +123,44 @@
<param name="label" value="" />
</include>
</control>
+ <control type="group">
+ <description>Currently-playing emulator name and icon</description>
+ <visible>Player.HasGame + String.IsEqual(Window(addonsettings).Property(Addon.Type),kodi.gameclient)</visible>
+ <left>1510</left>
+ <width>300</width>
+ <top>528</top>
+ <height>260</height>
+ <control type="label">
+ <description>Emulator name</description>
+ <height>30</height>
+ <font>font23_narrow</font>
+ <textoffsetx>20</textoffsetx>
+ <textcolor>button_focus</textcolor>
+ <shadowcolor>text_shadow</shadowcolor>
+ <align>center</align>
+ <label>$INFO[Window(addonsettings).Property(GameClient.Name)]</label>
+ </control>
+ <control type="label">
+ <description>Emulator version</description>
+ <top>30</top>
+ <height>30</height>
+ <font>font23_narrow</font>
+ <textoffsetx>20</textoffsetx>
+ <textcolor>button_focus</textcolor>
+ <shadowcolor>text_shadow</shadowcolor>
+ <align>center</align>
+ <label>$INFO[Window(addonsettings).Property(Addon.Version)]</label>
+ </control>
+ <control type="image">
+ <description>Emulator icon</description>
+ <left>50</left>
+ <top>70</top>
+ <height>200</height>
+ <width>200</width>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Window(addonsettings).Property(Addon.Icon)]</texture>
+ </control>
+ </control>
<control type="radiobutton" id="20">
<left>29</left>
<top>700</top>