From 96b4d4a40608724994971d83c7534b8f32b48ce6 Mon Sep 17 00:00:00 2001 From: hadi Date: Mon, 15 May 2023 17:29:13 +0200 Subject: [PATCH] Fix toolbar icons are no longer shown in mobile theme --- api/js/etemplate/et2_widget_toolbar.ts | 1 + 1 file changed, 1 insertion(+) 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');