diff --git a/app/ui-message/client/actionButtons/tabbar.ts b/app/ui-message/client/actionButtons/tabbar.ts index cb8a7d808670d4b875722c8c8e7040512b6d48ae..39c15c92e7c91110cdb5c615d35cba70f1eddf6b 100644 --- a/app/ui-message/client/actionButtons/tabbar.ts +++ b/app/ui-message/client/actionButtons/tabbar.ts @@ -12,6 +12,7 @@ const getIdForActionButton = ({ appId, actionId }: IUIActionButton): string => ` export const onAdded = (button: IUIActionButton): void => void addAction(getIdForActionButton(button), ({ room }) => (applyButtonFilters(button, room) ? { id: button.actionId, icon: '', // Apps won't provide icons for now + order: 300, // Make sure the button only shows up inside the room toolbox title: t(Utilities.getI18nKeyForApp(button.labelI18n, button.appId)) as any, // Filters were applied in the applyButtonFilters function // if the code made it this far, the button should be shown