Skip to content

Commit

Permalink
Add button to check for repo updates to AddonBrowser.xml.
Browse files Browse the repository at this point in the history
Has been removed from the context menu in Kodi 15.

Addresses Issue #370.
  • Loading branch information
jingai committed Sep 29, 2015
1 parent a050a1d commit ccf214c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 720p/AddonBrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,21 @@
<texturefocus>ButtonFO2Wide.png</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="button" id="9">
<description>Check for updates</description>
<width>340</width>
<height>40</height>
<align>left</align>
<label>24034</label>
<aligny>center</aligny>
<font>METF_DialogLarge</font>
<textoffsetx>20</textoffsetx>
<textcolor>TextNF</textcolor>
<focusedcolor>DialogTextFO</focusedcolor>
<disabledcolor>TextDisabled</disabledcolor>
<texturefocus>ButtonFO2Wide.png</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<include>Nav_NowPlaying</include>
</control>
</control>
Expand Down

0 comments on commit ccf214c

Please sign in to comment.