mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2827 from lrusak/enable-games
kodi: enable games and disable rewind by default
This commit is contained in:
commit
66ef5155cd
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user