Skip to content

Commit

Permalink
feat: Add notes as recommended app
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
juliusknorr authored and nextcloud-command committed Mar 2, 2023
1 parent c76be65 commit 322dbe8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit 322dbe8

Please sign in to comment.