forked from mirrors_public/oddlama_nix-config
feat: enable webrender in thunderbird
This commit is contained in:
parent
41719aa7e8
commit
c61ea321ed
2 changed files with 10 additions and 0 deletions
|
@ -43,6 +43,12 @@ in {
|
|||
"mail.identity.default.protectSubject" = true;
|
||||
"mail.identity.default.reply_on_top" = 1;
|
||||
"mail.identity.default.sig_on_reply" = false;
|
||||
|
||||
"gfx.webrender.all" = true;
|
||||
"gfx.webrender.enabled" = true;
|
||||
|
||||
"browser.display.use_system_colors" = true;
|
||||
"browser.theme.dark-toolbar-theme" = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue