mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
Fix toolbar icons are no longer shown in mobile theme
This commit is contained in:
parent
dc90ee16d0
commit
60643d86b2
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user