aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2018-08-25 20:38:51 +0200
committerMemphiz <memphis@machzwo.de>2018-08-25 20:43:13 +0200
commitaaaa4b29f75cbd2efa16afd1e3379e7dead18220 (patch)
treef0c62f12530c7721b4e3107738fd90992e5a859d
parent7cab4ea5fcd868539dbb3748249780db2191c864 (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.xml3
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>