diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2018-08-25 20:38:51 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2018-08-25 20:43:13 +0200 |
commit | aaaa4b29f75cbd2efa16afd1e3379e7dead18220 (patch) | |
tree | f0c62f12530c7721b4e3107738fd90992e5a859d | |
parent | 7cab4ea5fcd868539dbb3748249780db2191c864 (diff) |
[settings/ios]- ensure that RES_CUSTOM is the default. Fixes the "do you want to keep the screen settings" dialog that hits clean installations - fixes #17986
-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> |