소스 검색

Fixed default value of parameters for URL-input visibility

David A. Velasco 12 년 전
부모
커밋
c593c1ecb9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>