Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix skinsetting channelnumbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Sep 8, 2019
1 parent af71aa9 commit 49d2055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
<include>Defs_Settings_Button</include>
<label>$LOCALIZE[31206]</label>
<enable>!Skin.HasSetting(PVRGuide.DisableSlimMode)</enable>
<selected>!Skin.HasSetting(PVRGuide.ChannelNumber)</selected>
<selected>Skin.HasSetting(PVRGuide.ChannelNumber)</selected>
<onclick>Skin.ToggleSetting(PVRGuide.ChannelNumber)</onclick>
</control>

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.48-alpha6">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.48-alpha7">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down

0 comments on commit 49d2055

Please sign in to comment.