浏览代码

OC-459:new string server_url, new bool show_server_url_input. OC-394

masensio 12 年之前
父节点
当前提交
dcc0461a7d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      res/values/branding.xml

+ 2 - 1
res/values/branding.xml

@@ -1,4 +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>
 </resources>