Add files via upload

This commit is contained in:
erosman 2023-11-20 18:52:59 +03:30 committed by GitHub
parent bf4e42f808
commit d9f00e8a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export class Proxy {
if (!control) { if (!control) {
browser.action.setTitle({title: browser.i18n.getMessage('controlledByOtherExtensions')}); browser.action.setTitle({title: browser.i18n.getMessage('controlledByOtherExtensions')});
browser.action.setBadgeText({text: ''}); browser.action.setBadgeText({text: ''});
return null; return null;
} }