[ACA-2131] fix leave library icon for context menu

This commit is contained in:
Denys Vuika
2019-01-07 12:32:41 +00:00
parent a1789e45aa
commit 46d593c72b
+1 -1
View File
@@ -733,7 +733,7 @@
"id": "app.context.menu.leaveLibrary",
"order": 703,
"title": "APP.ACTIONS.LEAVE",
"icon": "not_interested",
"icon": "exit_to_app",
"actions": {
"click": "LEAVE_LIBRARY"
},