mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 10:28:48 +01:00
Fix toolbar icons are no longer shown in mobile theme
This commit is contained in:
parent
b700cd60e0
commit
96b4d4a406
@ -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