Skip to content

Commit

Permalink
Merge pull request #2827 from lrusak/enable-games
Browse files Browse the repository at this point in the history
kodi: enable games and disable rewind by default
  • Loading branch information
MilhouseVH committed Jul 15, 2018
2 parents ac1666c + 732df89 commit 66ef515
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/mediacenter/kodi/config/appliance.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<settings version="1">

<section id="games">
<category id="gamesgeneral">
<group id="1">
<setting id="gamesgeneral.enable">
<default>true</default>
</setting>
<setting id="gamesgeneral.enablerewind">
<default>false</default>
</setting>
</group>
</category>
</section>

<section id="system">
<category id="display">
<group id="1">
Expand Down

0 comments on commit 66ef515

Please sign in to comment.