mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-20 11:25:37 +01:00
[chore] Update jslib
This commit is contained in:
parent
33314869f0
commit
5962abb382
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 6b4ed5fcce58c21a9977d94ebb65f954d6766548
|
Subproject commit e372bf242b24f55c1142e33693ad2c801ab74c93
|
@ -25,7 +25,7 @@ export class OptionsComponent implements OnInit {
|
|||||||
dontShowCards = false;
|
dontShowCards = false;
|
||||||
dontShowIdentities = false;
|
dontShowIdentities = false;
|
||||||
showClearClipboard = true;
|
showClearClipboard = true;
|
||||||
theme: string;
|
theme: ThemeType;
|
||||||
themeOptions: any[];
|
themeOptions: any[];
|
||||||
defaultUriMatch = UriMatchType.Domain;
|
defaultUriMatch = UriMatchType.Domain;
|
||||||
uriMatchOptions: any[];
|
uriMatchOptions: any[];
|
||||||
@ -42,7 +42,7 @@ export class OptionsComponent implements OnInit {
|
|||||||
i18nService: I18nService
|
i18nService: I18nService
|
||||||
) {
|
) {
|
||||||
this.themeOptions = [
|
this.themeOptions = [
|
||||||
{ name: i18nService.t("default"), value: null },
|
{ name: i18nService.t("default"), value: ThemeType.System },
|
||||||
{ name: i18nService.t("light"), value: ThemeType.Light },
|
{ name: i18nService.t("light"), value: ThemeType.Light },
|
||||||
{ name: i18nService.t("dark"), value: ThemeType.Dark },
|
{ name: i18nService.t("dark"), value: ThemeType.Dark },
|
||||||
{ name: "Nord", value: ThemeType.Nord },
|
{ name: "Nord", value: ThemeType.Nord },
|
||||||
|
Loading…
Reference in New Issue
Block a user