Set app icon

pull/1/head
Andras Timar 8 years ago
parent 4994e5f153
commit 2cb728e02c

@ -36,7 +36,7 @@ $navigationEntry = function () use ($c) {
'id' => 'richdocuments_index', 'id' => 'richdocuments_index',
'order' => 2, 'order' => 2,
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'), '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') '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…
Cancel
Save