diff --git a/files/templates/home.html b/files/templates/home.html index 23477791e5..8e2cb3b403 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -146,24 +146,25 @@ {% endif %} +{% if request.path == '/' and g.system and g.timestamp > session.get('tooltip_last_dismissed',0)+60*60*24 and (not g.system.endswith('/chrome') and not g.system.endswith('/other')) and not g.system.endswith('/webview') %} +
+
+
-
-
-
- - + +{% endif %} {% endblock %} \ No newline at end of file