浏览代码

Don't show nextcloud on menu

Bob Mottram 8 年前
父节点
当前提交
a0950a20a2
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      src/freedombone-app-nextcloud

+ 4
- 2
src/freedombone-app-nextcloud 查看文件

9
 #                    Freedom in the Cloud
9
 #                    Freedom in the Cloud
10
 #
10
 #
11
 # nextcloud application
11
 # nextcloud application
12
+# In tests this is much too slow, and it appeared to self-destruct after a few minutes
13
+# i.e. becoming totally unusable.
12
 #
14
 #
13
 # License
15
 # License
14
 # =======
16
 # =======
28
 # You should have received a copy of the GNU Affero General Public License
30
 # You should have received a copy of the GNU Affero General Public License
29
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
31
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
30
 
32
 
31
-VARIANTS='full full-vim media'
33
+VARIANTS=''
32
 
34
 
33
 IN_DEFAULT_INSTALL=0
35
 IN_DEFAULT_INSTALL=0
34
-SHOW_ON_ABOUT=1
36
+SHOW_ON_ABOUT=0
35
 
37
 
36
 NEXTCLOUD_DOMAIN_NAME=
38
 NEXTCLOUD_DOMAIN_NAME=
37
 NEXTCLOUD_CODE=
39
 NEXTCLOUD_CODE=