dont show begging tooltip for apk users

pull/40/head
Aevann1 2022-11-30 15:03:15 +02:00
parent 9798d2714d
commit 01b92fd63a
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
</script>
{% 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 %}
<style>
.dismiss-beg {
color: #919191;