فهرست منبع

Settings: fix deinterlace default settings

No actual behavior change as the deinterlacer will be off in either scenario
Felix Paul Kühne 11 سال پیش
والد
کامیت
d727cf4e05
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Resources/Settings.bundle/Root.inApp.plist
  2. 1 1
      Resources/Settings.bundle/Root.plist

+ 1 - 1
Resources/Settings.bundle/Root.inApp.plist

@@ -56,7 +56,7 @@
 			<key>Key</key>
 			<string>deinterlace</string>
 			<key>DefaultValue</key>
-			<string>0</string>
+			<integer>0</integer>
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_DEINTERLACE_ON</string>

+ 1 - 1
Resources/Settings.bundle/Root.plist

@@ -40,7 +40,7 @@
 			<key>Key</key>
 			<string>deinterlace</string>
 			<key>DefaultValue</key>
-			<string>0</string>
+			<integer>0</integer>
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_DEINTERLACE_ON</string>