Desktop/keepassxc: enable favicon downloader
This commit is contained in:
parent
afb6170927
commit
dcd6b194cb
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ let
|
||||||
# monochrome-light, monochrome-dark or colorful
|
# monochrome-light, monochrome-dark or colorful
|
||||||
TrayIconAppearance = "monochrome-light";
|
TrayIconAppearance = "monochrome-light";
|
||||||
};
|
};
|
||||||
Security.HideNotes = true;
|
Security = {
|
||||||
|
HideNotes = true;
|
||||||
|
IconDownloadFallback = true;
|
||||||
|
};
|
||||||
SSHAgent.Enabled = true;
|
SSHAgent.Enabled = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue