mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +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>
|
||||
</group>
|
||||
</category>
|
||||
<category id="display">
|
||||
<group id="1">
|
||||
<setting id="videoscreen.limitguisize">
|
||||
<visible>true</visible>
|
||||
<default>3</default>
|
||||
</setting>
|
||||
</group>
|
||||
</category>
|
||||
</section>
|
||||
|
||||
</settings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user