diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index e87d663b7..79a9f6b27 100644 --- a/files/assets/js/bottom.js +++ b/files/assets/js/bottom.js @@ -240,6 +240,10 @@ if (!('serviceWorker' in navigator && 'PushManager' in window) || (gbrowser == ' if (e) { e.classList.add('d-none') } + let e = document.getElementById("enable-push-nav-item-mobile"); + if (e) { + e.classList.add('d-none') + } } if (gbrowser == 'iphone' && !is_pwa) { diff --git a/files/templates/header.html b/files/templates/header.html index ce999b63f..177df80f9 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -309,7 +309,7 @@ Enable push notifications {% endif %} - +