Selaa lähdekoodia

Fixed default value of parameters for URL-input visibility

David A. Velasco 12 vuotta sitten
vanhempi
commit
c593c1ecb9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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>