We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d00c6d commit 9546447Copy full SHA for 9546447
1 file changed
styles/all/template/event/notification_dropdown_footer_after.html
@@ -1,4 +1,4 @@
1
-{% if NOTIFICATIONS_WEBPUSH_ENABLE and not notification_types|default %}
+{% if NOTIFICATIONS_WEBPUSH_ENABLE and not notification_types|default and not notification_list|default %}
2
<div class="wpn-notification-dropdown-footer">
3
<span>{{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</span>
4
<button id="subscribe_webpush" name="subscribe_webpush"><i class="icon fa-toggle-off fa-fw icon-lightgray"></i><span>{{ lang('NOTIFY_WEBPUSH_SUBSCRIBE') }}</span></button>
0 commit comments