diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-08-17 22:18:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 22:18:43 +0200 |
commit | 930c35ada1928f7aeb429ef4c3de23d31d9fcefc (patch) | |
tree | 8dd048d330f2a13a2f0d97a8bc62b2cdf14b3f49 | |
parent | 565ccb08cd520f0f194c452567f12691aa07043f (diff) | |
parent | c03e21a5ddcc0cf766be5b8a6cf83d9ba0a6460f (diff) | |
download | nextcloud-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.xml | 1 |
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> |