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 %}