diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index 3a2a18d3371cb0eba8d572d30de37063b9bfd49e..17f300ac498bf22d022e33e0cfeb761fbc818a6b 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -22,7 +22,7 @@ class AppsService { private IURLGenerator $urlGenerator; - private const DEFAULT_ORDER = array("/apps/files/", "/apps/snappymail/", "/apps/contacts/", "/apps/calendar/", "/apps/notes/", "/apps/tasks/", "/apps/photos/"); + private const DEFAULT_ORDER = array("/apps/snappymail/", "/apps/calendar/", "/apps/files/" , "/apps/photos/", "/apps/memories/", "/apps/contacts/", "/apps/onlyoffice/ajax/new?id=onlyoffice_docx", "/apps/onlyoffice/ajax/new?id=onlyoffice_xlsx", "/apps/onlyoffice/ajax/new?id=onlyoffice_pptx", "/apps/notes/", "/apps/tasks/", "https://spot.murena.io" , "https://murena.com" ); public function __construct( $appName, IConfig $config, diff --git a/src/components/AllApps.vue b/src/components/AllApps.vue index 93fcfc2207355b46efaf889efc56cb7db7037eae..50de872745494c3533a9632adcfd69393d19ea8e 100755 --- a/src/components/AllApps.vue +++ b/src/components/AllApps.vue @@ -33,7 +33,7 @@ {{ t(appName, 'Show Less Apps') }}
-
-