From 528efcfe88569ce9a567bae20819de0a62cfd2ce Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 15 Jun 2023 23:33:24 +0300 Subject: [PATCH] hide mobile app tooltip again --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index d748f568da..41a84f7998 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -163,7 +163,7 @@ {% endif %} -{% if request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %} +{% if False and request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %}