Explorar o código

Fixed default value of parameters for URL-input visibility

David A. Velasco %!s(int64=12) %!d(string=hai) anos
pai
achega
c593c1ecb9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      res/values/branding.xml

+ 2 - 2
res/values/branding.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="server_url">"http://beta.owncloud.com/owncloud"</string>
-    <bool name="show_server_url_input">false</bool>
+    <string name="server_url"></string>
+    <bool name="show_server_url_input">true</bool>
 </resources>