diff --git a/src/assets/app.extensions.json b/src/assets/app.extensions.json index b84cc1d137..c7475d70d0 100644 --- a/src/assets/app.extensions.json +++ b/src/assets/app.extensions.json @@ -452,6 +452,27 @@ "visible": "app.trashcan.hasSelection" } }, + { + "id": "app.toolbar.joinLibrary", + "type": "custom", + "order": 600, + "component": "app.toolbar.toggleJoinLibrary", + "rules": { + "visible": "app.libraries.toolbar.canToggleJoin" + } + }, + { + "id": "app.toolbar.leaveLibrary", + "order": 650, + "title": "APP.ACTIONS.LEAVE", + "icon": "exit_to_app", + "actions": { + "click": "LEAVE_LIBRARY" + }, + "rules": { + "visible": "app.libraries.toolbar.canLeaveLibrary" + } + }, { "id": "app.create.separator.2", "type": "separator", @@ -469,33 +490,12 @@ { "id": "app.libraries.toolbar.infoDrawer", "type": "custom", - "order": 701, + "order": 800, "component": "app.toolbar.toggleInfoDrawer", "rules": { "visible": "app.libraries.toolbar" } }, - { - "id": "app.toolbar.joinLibrary", - "type": "custom", - "order": 704, - "component": "app.toolbar.toggleJoinLibrary", - "rules": { - "visible": "app.libraries.toolbar.canToggleJoin" - } - }, - { - "id": "app.toolbar.leaveLibrary", - "order": 705, - "title": "APP.ACTIONS.LEAVE", - "icon": "not_interested", - "actions": { - "click": "LEAVE_LIBRARY" - }, - "rules": { - "visible": "app.libraries.toolbar.canLeaveLibrary" - } - }, { "id": "app.toolbar.more", "type": "menu",