Do not activate statustext for mobile template

This commit is contained in:
hadi 2023-05-23 12:36:04 +02:00
parent d92f2cb486
commit f23c562105

View File

@ -237,7 +237,7 @@ const Et2WidgetMixin = <T extends Constructor>(superClass : T) =>
this.addEventListener("click", this._handleClick);
if(this.statustext)
if(this.statustext && !egwIsMobile())
{
this.egw().tooltipBind(this, this.egw().lang(this.statustext));
}