diff --git a/api/js/etemplate/et2_widget_toolbar.ts b/api/js/etemplate/et2_widget_toolbar.ts index d39c4fc779..75d6ef9255 100644 --- a/api/js/etemplate/et2_widget_toolbar.ts +++ b/api/js/etemplate/et2_widget_toolbar.ts @@ -644,6 +644,7 @@ export class et2_toolbar extends et2_DOMWidget implements et2_IInput class: `et2_toolbar_draggable${this.id}`, readonly: false }, this); + if (egwIsMobile() && !this.preference[action.id]) widget.name = ''; if (isCheckbox) { widget.classList.add('toolbar_toggle');