Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-07-22 12:02:53 +0300
committerAndras Timar <andras.timar@collabora.com>2016-07-22 12:02:53 +0300
commit2cb728e02cba4adb5fe5d1b79e7ff788bba044e0 (patch)
tree6bb27fb355578e4d1d0645b36ab6610d7e567423 /appinfo
parent4994e5f1534833133747117349aabc7da6112752 (diff)
Set app icon
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 32b8b5c2..bbd83d15 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -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')
];
};