summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2023-03-02 23:35:05 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-03-02 23:04:43 +0000
commit322dbe8860e1a619d035755abba4c3fe95fd2474 (patch)
treebb7fd9fdbed4758ea863fe64d42fa9699d42fb91 /core/src
parentc76be650142a93291c8e5f197958995e35793142 (diff)
downloadnextcloud-server-322dbe8860e1a619d035755abba4c3fe95fd2474.tar.gz
nextcloud-server-322dbe8860e1a619d035755abba4c3fe95fd2474.zip
feat: Add notes as recommended app
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/setup/RecommendedApps.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue
index 6b81106ff72..8032d1dbdc9 100644
--- a/core/src/components/setup/RecommendedApps.vue
+++ b/core/src/components/setup/RecommendedApps.vue
@@ -106,6 +106,10 @@ const recommended = {
description: t('core', 'Collaborative documents, spreadsheets and presentations, built on Collabora Online.'),
icon: imagePath('core', 'apps/richdocuments.svg'),
},
+ notes: {
+ description: t('core', 'Distraction free note taking app.'),
+ icon: imagePath('core', 'apps/notes.svg'),
+ },
richdocumentscode: {
hidden: true,
},