mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Feature settings. i18n of notification bar.
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
formData = [],
|
||||
barType = null;
|
||||
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'bgCollectPageDetails'
|
||||
chrome.storage.local.get('disableAddSiteNotification', function (obj) {
|
||||
if (!obj || !obj['disableAddSiteNotification']) {
|
||||
chrome.runtime.sendMessage({
|
||||
command: 'bgCollectPageDetails'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
|
||||
|
||||
Reference in New Issue
Block a user