mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
Use ThemeType instead of string (#1275)
This commit is contained in:
parent
6aa9e7611a
commit
bb597e96a7
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 6b4ed5fcce58c21a9977d94ebb65f954d6766548
|
||||
Subproject commit ca5b057b43ddf1ad671385b589395a91acd808b6
|
@ -40,7 +40,7 @@ export class SettingsComponent implements OnInit {
|
||||
locale: string;
|
||||
vaultTimeouts: any[];
|
||||
localeOptions: any[];
|
||||
theme: string;
|
||||
theme: ThemeType;
|
||||
themeOptions: any[];
|
||||
clearClipboard: number;
|
||||
clearClipboardOptions: any[];
|
||||
|
Loading…
Reference in New Issue
Block a user