mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-29 03:33:18 +00:00
Fix double connection test
Remote old preference dialog. Update token revoked behavior.
This commit is contained in:
parent
bfa3b0f2da
commit
b161ec6f4e
4 changed files with 20 additions and 143 deletions
|
|
@ -1,129 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">8011</defaultcontrol>
|
||||
<zorder>0</zorder>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<right>560</right>
|
||||
<top>140</top>
|
||||
<width>800</width>
|
||||
<height>800</height>
|
||||
<control type="group">
|
||||
<control type="image">
|
||||
<texture border="5" colordiffuse="ff111111">box.png</texture>
|
||||
<height>100</height>
|
||||
</control>
|
||||
<control type="image">
|
||||
<texture border="5" colordiffuse="ff222222">box.png</texture>
|
||||
<top>100</top>
|
||||
<height>700</height>
|
||||
</control>
|
||||
<control type="image" id="8002">
|
||||
<description>user image</description>
|
||||
<width>80</width>
|
||||
<height>100</height>
|
||||
</control>
|
||||
<control type="label" id="8001" description="name">
|
||||
<left>90</left>
|
||||
<top>30</top>
|
||||
<height>40</height>
|
||||
<width>20%</width>
|
||||
<align>left</align>
|
||||
<font>font16</font>
|
||||
<textcolor>ffeeeeee</textcolor>
|
||||
</control>
|
||||
<!-- -->
|
||||
<control type="label" description="Title">
|
||||
<left>320</left>
|
||||
<top>30</top>
|
||||
<align>left</align>
|
||||
<height>40</height>
|
||||
<width>100%</width>
|
||||
<font>font16</font>
|
||||
<textcolor>ffeeeeee</textcolor>
|
||||
<label>User Preferences</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>separator</description>
|
||||
<left>-10</left>
|
||||
<top>103</top>
|
||||
<width>101%</width>
|
||||
<height>1</height>
|
||||
<texture colordiffuse="ffffffff" border="90,3,90,3">separator.png</texture>
|
||||
</control>
|
||||
<control type="grouplist">
|
||||
<top>50</top>
|
||||
<height>600</height>
|
||||
<orientation>vertical</orientation>
|
||||
<align>left</align>
|
||||
<itemgap>20</itemgap>
|
||||
<control type="group">
|
||||
<control type="radiobutton" id="8011">
|
||||
<left>8</left>
|
||||
<ondown>8012</ondown>
|
||||
<onup>8012</onup>
|
||||
<top>100</top>
|
||||
<width>785</width>
|
||||
<align>left</align>
|
||||
<height>70</height>
|
||||
<textureradiofocus colordiffuse="B3dddddd">radio-on.png</textureradiofocus>
|
||||
<textureradionofocus colordiffuse="1Fdddddd">radio-off.png</textureradionofocus>
|
||||
<texturefocus border="5" colordiffuse="ff0385b5">white.png</texturefocus>
|
||||
<radioposx>750</radioposx>
|
||||
<radiowidth>32</radiowidth>
|
||||
<radioheight>32</radioheight>
|
||||
<textoffsetx>30</textoffsetx>
|
||||
<textcolor>B3dddddd</textcolor>
|
||||
<label>Enable cinema mode</label>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<!-- buttons -->
|
||||
<control type="image">
|
||||
<description>separator</description>
|
||||
<bottom>70</bottom>
|
||||
<left>-10</left>
|
||||
<width>101%</width>
|
||||
<height>1</height>
|
||||
<texture border="90,3,90,3">separator.png</texture>
|
||||
</control>
|
||||
<control type="button" id="8012">
|
||||
<description>Save</description>
|
||||
<left>150</left>
|
||||
<bottom>20</bottom>
|
||||
<width>230</width>
|
||||
<onup>8011</onup>
|
||||
<onleft>8013</onleft>
|
||||
<onright>8013</onright>
|
||||
<font>font14</font>
|
||||
<label>Save</label>
|
||||
<focusedcolor>FFededed</focusedcolor>
|
||||
<disabledcolor>B3dddddd</disabledcolor>
|
||||
<selectedcolor>FF000000</selectedcolor>
|
||||
<height>40</height>
|
||||
<textcolor>ff333333</textcolor>
|
||||
<texturefocus colordiffuse="ff0385b5" border="5">box.png</texturefocus>
|
||||
<texturenofocus colordiffuse="B3dddddd" border="5">box.png</texturenofocus>
|
||||
</control>
|
||||
<control type="button" id="8013">
|
||||
<description>Cancel</description>
|
||||
<left>430</left>
|
||||
<bottom>20</bottom>
|
||||
<width>230</width>
|
||||
<onup>8011</onup>
|
||||
<onleft>8012</onleft>
|
||||
<onright>8012</onright>
|
||||
<font>font14</font>
|
||||
<label>222</label>
|
||||
<focusedcolor>FFededed</focusedcolor>
|
||||
<disabledcolor>B3dddddd</disabledcolor>
|
||||
<selectedcolor>FF000000</selectedcolor>
|
||||
<height>40</height>
|
||||
<textcolor>ff333333</textcolor>
|
||||
<texturefocus colordiffuse="ff0385b5" border="5">box.png</texturefocus>
|
||||
<texturenofocus colordiffuse="B3dddddd" border="5">box.png</texturenofocus>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue