Fix toolbar icons are no longer shown in mobile theme

This commit is contained in:
hadi 2023-05-15 17:29:13 +02:00
parent b700cd60e0
commit 96b4d4a406

View File

@ -644,6 +644,7 @@ export class et2_toolbar extends et2_DOMWidget implements et2_IInput
class: `et2_toolbar_draggable${this.id}`, class: `et2_toolbar_draggable${this.id}`,
readonly: false readonly: false
}, this); }, this);
if (egwIsMobile() && !this.preference[action.id]) widget.name = '';
if (isCheckbox) if (isCheckbox)
{ {
widget.classList.add('toolbar_toggle'); widget.classList.add('toolbar_toggle');