Added: "Hide Foreign" button to Add-on Browser

This commit is contained in:
JezzX 2013-02-02 15:01:11 +11:00
parent dd3d7ba3e6
commit c15f9d321f
1 changed files with 12 additions and 1 deletions

View File

@ -73,11 +73,22 @@
<onleft>50</onleft>
<onright>50</onright>
<onup>5</onup>
<ondown>7</ondown>
</control>
<control type="radiobutton" id="7">
<description>Hide foreign</description>
<posx>0</posx>
<posy>180</posy>
<include>ButtonCommonValues</include>
<label>25001</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>5</onup>
<ondown>610</ondown>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>6</onup>
<onup>7</onup>
<ondown>603</ondown>
<visible>false</visible>
</control>