TF-3878 Thread Detail Make default setting off
This commit is contained in:
@@ -53,7 +53,7 @@ enum SettingOptionType {
|
||||
case SettingOptionType.senderPriority:
|
||||
return settingOption?.isDisplaySenderPriority ?? false;
|
||||
case SettingOptionType.thread:
|
||||
return localSettings.threadDetailEnabled ?? true;
|
||||
return localSettings.threadDetailEnabled ?? false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user