aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-08-17 22:18:43 +0200
committerGitHub <noreply@github.com>2020-08-17 22:18:43 +0200
commit930c35ada1928f7aeb429ef4c3de23d31d9fcefc (patch)
tree8dd048d330f2a13a2f0d97a8bc62b2cdf14b3f49
parent565ccb08cd520f0f194c452567f12691aa07043f (diff)
parentc03e21a5ddcc0cf766be5b8a6cf83d9ba0a6460f (diff)
downloadnextcloud-server-930c35ada1928f7aeb429ef4c3de23d31d9fcefc.tar.gz
nextcloud-server-930c35ada1928f7aeb429ef4c3de23d31d9fcefc.zip
Merge pull request #22273 from nextcloud/bugfix/noid/status-nonexisting-icon
Do not try to load non-existing icon
-rw-r--r--apps/user_status/appinfo/info.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 04a252ead0c..46036812f35 100644
--- a/apps/user_status/appinfo/info.xml
+++ b/apps/user_status/appinfo/info.xml
@@ -18,7 +18,6 @@
<name>User status</name>
<route />
<order>1</order>
- <icon>info.svg</icon>
<type>settings</type>
</navigation>
</navigations>