Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: Add notes as recommended app
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
juliusknorr authored and nextcloud-command committed Mar 2, 2023
commit 322dbe8860e1a619d035755abba4c3fe95fd2474
1 change: 1 addition & 0 deletions core/img/apps/notes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/src/components/setup/RecommendedApps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
Loading