diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-03-02 23:35:05 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-03-02 23:04:43 +0000 |
commit | 322dbe8860e1a619d035755abba4c3fe95fd2474 (patch) | |
tree | bb7fd9fdbed4758ea863fe64d42fa9699d42fb91 /core/src | |
parent | c76be650142a93291c8e5f197958995e35793142 (diff) | |
download | nextcloud-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.vue | 4 |
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, }, |