diff options
author | Ryan Rector <rmrector@gmail.com> | 2022-02-22 20:36:32 -0700 |
---|---|---|
committer | Ryan Rector <rmrector@gmail.com> | 2022-02-22 20:36:32 -0700 |
commit | 4ff289ba107eed2f3857c3d54a06c800fae05ac3 (patch) | |
tree | e6dc14b1e6e3ed7f8638dc80dda28fc68d8ad3e8 /system | |
parent | c0c800b58ba7815944eaedc24dff2f85beb6473a (diff) |
Add more source options to MSIF file browser
Include 'files', 'videos', and 'pictures' sources
Diffstat (limited to 'system')
-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 36b2f7fa47..541a6be736 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1067,6 +1067,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> |