diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 06:17:52 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 06:17:52 +0200 |
commit | 43caa48ecba88a60b7b0b84d19d928ada8b22b09 (patch) | |
tree | 11eeb7813247332ae621140dab41e6f1ea033b08 /application/palemoon/base/content | |
parent | c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c (diff) | |
download | UXP-43caa48ecba88a60b7b0b84d19d928ada8b22b09.tar UXP-43caa48ecba88a60b7b0b84d19d928ada8b22b09.tar.gz UXP-43caa48ecba88a60b7b0b84d19d928ada8b22b09.tar.lz UXP-43caa48ecba88a60b7b0b84d19d928ada8b22b09.tar.xz UXP-43caa48ecba88a60b7b0b84d19d928ada8b22b09.zip |
Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification
Diffstat (limited to 'application/palemoon/base/content')
-rw-r--r-- | application/palemoon/base/content/browser.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index c2553f295..6545e0ac2 100644 --- a/application/palemoon/base/content/browser.xul +++ b/application/palemoon/base/content/browser.xul @@ -449,6 +449,7 @@ <box id="notification-popup-box" hidden="true" align="center"> <image id="default-notification-icon" class="notification-anchor-icon" role="button"/> <image id="geo-notification-icon" class="notification-anchor-icon" role="button"/> + <image id="push-notification-icon" class="notification-anchor-icon" role="button"/> <image id="addons-notification-icon" class="notification-anchor-icon" role="button"/> <image id="indexedDB-notification-icon" class="notification-anchor-icon" role="button"/> <image id="password-notification-icon" class="notification-anchor-icon" role="button"/> |