From 01b92fd63ad85a960843277c653e068ff060803d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 30 Nov 2022 15:03:15 +0200 Subject: [PATCH] dont show begging tooltip for apk users --- 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 f3eb51335..8d8abe0d1 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -178,7 +178,7 @@ {% endif %} -{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %} +{% if request.path == '/' and not g.webview and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %}