mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +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}`,
|
||||
readonly: false
|
||||
}, this);
|
||||
if (egwIsMobile() && !this.preference[action.id]) widget.name = '';
|
||||
if (isCheckbox)
|
||||
{
|
||||
widget.classList.add('toolbar_toggle');
|
||||
|
Loading…
Reference in New Issue
Block a user