mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
Merge pull request #4561 from HiassofT/le10-rpi-kodi-appliancexml
RPi: show guisize limit options in kodi
This commit is contained in:
commit
1cdc18207e
12
projects/RPi/devices/RPi/kodi/appliance.xml
Normal file
12
projects/RPi/devices/RPi/kodi/appliance.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<settings version="1">
|
||||||
|
<section id="system">
|
||||||
|
<category id="display">
|
||||||
|
<group id="1">
|
||||||
|
<setting id="videoscreen.limitguisize">
|
||||||
|
<default>3</default>
|
||||||
|
</setting>
|
||||||
|
</group>
|
||||||
|
</category>
|
||||||
|
</section>
|
||||||
|
</settings>
|
@ -9,6 +9,14 @@
|
|||||||
</setting>
|
</setting>
|
||||||
</group>
|
</group>
|
||||||
</category>
|
</category>
|
||||||
|
<category id="display">
|
||||||
|
<group id="1">
|
||||||
|
<setting id="videoscreen.limitguisize">
|
||||||
|
<visible>true</visible>
|
||||||
|
<default>3</default>
|
||||||
|
</setting>
|
||||||
|
</group>
|
||||||
|
</category>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</settings>
|
</settings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user