From 60643d86b24e3394bc4fcc0e9817b431580ba63d Mon Sep 17 00:00:00 2001
From: hadi <hnategh@gmail.com>
Date: Mon, 15 May 2023 17:29:13 +0200
Subject: [PATCH] Fix toolbar icons are no longer shown in mobile theme

---
 api/js/etemplate/et2_widget_toolbar.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/js/etemplate/et2_widget_toolbar.ts b/api/js/etemplate/et2_widget_toolbar.ts
index d39c4fc779..75d6ef9255 100644
--- a/api/js/etemplate/et2_widget_toolbar.ts
+++ b/api/js/etemplate/et2_widget_toolbar.ts
@@ -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');