Desktop/keepassxc: enable favicon downloader

This commit is contained in:
Toast 2023-12-30 14:57:05 +01:00
parent afb6170927
commit dcd6b194cb

View file

@ -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