feat: enable webrender in thunderbird

This commit is contained in:
oddlama 2023-09-20 12:51:35 +02:00
parent 41719aa7e8
commit c61ea321ed
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 10 additions and 0 deletions

View file

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