Explorar el Código

Don't show nextcloud on menu

Bob Mottram hace 8 años
padre
commit
a0950a20a2
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      src/freedombone-app-nextcloud

+ 4
- 2
src/freedombone-app-nextcloud Ver fichero

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=