diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2018-08-25 20:56:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-25 20:56:04 +0200 |
commit | c321049c529b3547064d902cd2a6f351c21ddd2f (patch) | |
tree | f0c62f12530c7721b4e3107738fd90992e5a859d | |
parent | 7cab4ea5fcd868539dbb3748249780db2191c864 (diff) | |
parent | aaaa4b29f75cbd2efa16afd1e3379e7dead18220 (diff) |
Merge pull request #14352 from Memphiz/trac17986
[settings/ios]- ensure that RES_CUSTOM is the default. Fixes the "do …
-rw-r--r-- | system/settings/darwin_ios.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/settings/darwin_ios.xml b/system/settings/darwin_ios.xml index 329a9c9a5f..d86a3122a7 100644 --- a/system/settings/darwin_ios.xml +++ b/system/settings/darwin_ios.xml @@ -22,6 +22,9 @@ <section id="system"> <category id="display"> <group id="1"> + <setting id="videoscreen.resolution"> + <default>17</default> <!-- RES_CUSTOM --> + </setting> <setting id="videoscreen.fakefullscreen"> <visible>false</visible> </setting> |