mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add disable badge counter (#281)
* jslib code for 287 issue added bunch of state-save for new option * remove excessive code * revert accidental revert
This commit is contained in:
committed by
GitHub
parent
8541027d40
commit
5d32ba68ec
@@ -5,6 +5,7 @@ export class ConstantsService {
|
|||||||
static readonly disableChangedPasswordNotificationKey: string = 'disableChangedPasswordNotification';
|
static readonly disableChangedPasswordNotificationKey: string = 'disableChangedPasswordNotification';
|
||||||
static readonly disableContextMenuItemKey: string = 'disableContextMenuItem';
|
static readonly disableContextMenuItemKey: string = 'disableContextMenuItem';
|
||||||
static readonly disableFaviconKey: string = 'disableFavicon';
|
static readonly disableFaviconKey: string = 'disableFavicon';
|
||||||
|
static readonly disableBadgeCounterKey: string = 'disableBadgeCounter';
|
||||||
static readonly disableAutoTotpCopyKey: string = 'disableAutoTotpCopy';
|
static readonly disableAutoTotpCopyKey: string = 'disableAutoTotpCopy';
|
||||||
static readonly enableAutoFillOnPageLoadKey: string = 'enableAutoFillOnPageLoad';
|
static readonly enableAutoFillOnPageLoadKey: string = 'enableAutoFillOnPageLoad';
|
||||||
static readonly vaultTimeoutKey: string = 'lockOption';
|
static readonly vaultTimeoutKey: string = 'lockOption';
|
||||||
@@ -35,6 +36,7 @@ export class ConstantsService {
|
|||||||
readonly disableAddLoginNotificationKey: string = ConstantsService.disableAddLoginNotificationKey;
|
readonly disableAddLoginNotificationKey: string = ConstantsService.disableAddLoginNotificationKey;
|
||||||
readonly disableContextMenuItemKey: string = ConstantsService.disableContextMenuItemKey;
|
readonly disableContextMenuItemKey: string = ConstantsService.disableContextMenuItemKey;
|
||||||
readonly disableFaviconKey: string = ConstantsService.disableFaviconKey;
|
readonly disableFaviconKey: string = ConstantsService.disableFaviconKey;
|
||||||
|
readonly disableBadgeCounterKey: string = ConstantsService.disableBadgeCounterKey;
|
||||||
readonly disableAutoTotpCopyKey: string = ConstantsService.disableAutoTotpCopyKey;
|
readonly disableAutoTotpCopyKey: string = ConstantsService.disableAutoTotpCopyKey;
|
||||||
readonly enableAutoFillOnPageLoadKey: string = ConstantsService.enableAutoFillOnPageLoadKey;
|
readonly enableAutoFillOnPageLoadKey: string = ConstantsService.enableAutoFillOnPageLoadKey;
|
||||||
readonly vaultTimeoutKey: string = ConstantsService.vaultTimeoutKey;
|
readonly vaultTimeoutKey: string = ConstantsService.vaultTimeoutKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user