chore: remove experimental tags from themes, plugins, and sender favicons settings

This commit is contained in:
Linus Rath
2026-05-06 20:03:19 +02:00
parent f4b7ef8117
commit 91cf125a5d
21 changed files with 22 additions and 48 deletions
-2
View File
@@ -190,7 +190,6 @@ interface SettingsState {
// Email Display
disableThreading: boolean; // Show emails as individual messages instead of grouped by conversation
// Experimental
senderFavicons: boolean;
showAvatarsInJunk: boolean; // Show profile images/favicons in the junk folder
@@ -343,7 +342,6 @@ const DEFAULT_SETTINGS = {
// Email Display
disableThreading: false,
// Experimental
senderFavicons: true,
showAvatarsInJunk: false,