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 dc90ee16d0
commit 60643d86b2

View File

@ -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');