chore: remove experimental tags from themes, plugins, and sender favicons settings
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user