diff options
author | Dave Blake <oak99sky@yahoo.co.uk> | 2022-05-21 07:32:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-21 07:32:59 +0100 |
commit | 18b72ff75fd7e0b18e4717cb4bf9f36cf50d985e (patch) | |
tree | 072a6263f510451a1a2780c46a9d4a29f333e346 /system/settings | |
parent | 72f54e01344d5d76b78552972d28150865cff488 (diff) | |
parent | 4ff289ba107eed2f3857c3d54a06c800fae05ac3 (diff) |
Merge pull request #21028 from rmrector/msif-more-options
Add more source options to MSIF file browser
Diffstat (limited to 'system/settings')
-rwxr-xr-x | system/settings/settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 3e6387a406..32805fed3c 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1082,6 +1082,12 @@ <default></default> <constraints> <allowempty>true</allowempty> + <sources> + <source>files</source> + <source>pictures</source> + <source>videos</source> + </sources> + <writable>false</writable> </constraints> <control type="button" format="path"> <heading>657</heading> |