mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
Set app icon
This commit is contained in:
parent
4994e5f153
commit
2cb728e02c
3 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ $navigationEntry = function () use ($c) {
|
|||
'id' => 'richdocuments_index',
|
||||
'order' => 2,
|
||||
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'),
|
||||
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'documents.svg'),
|
||||
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'app.svg'),
|
||||
'name' => $c->query('L10N')->t('Office')
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 735 B |
Loading…
Add table
Reference in a new issue