|
|
@ -308,12 +308,8 @@ class ThreadSettingsViewModel: SessionTableViewModel<ThreadSettingsViewModel.Nav
|
|
|
|
SessionCell.Info(
|
|
|
|
SessionCell.Info(
|
|
|
|
id: .disappearingMessages,
|
|
|
|
id: .disappearingMessages,
|
|
|
|
leftAccessory: .icon(
|
|
|
|
leftAccessory: .icon(
|
|
|
|
UIImage(
|
|
|
|
UIImage(systemName: "timer")?
|
|
|
|
named: (disappearingMessagesConfig.isEnabled ?
|
|
|
|
.withRenderingMode(.alwaysTemplate)
|
|
|
|
"ic_timer" :
|
|
|
|
|
|
|
|
"ic_timer_disabled"
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
)?.withRenderingMode(.alwaysTemplate)
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
title: "DISAPPEARING_MESSAGES".localized(),
|
|
|
|
title: "DISAPPEARING_MESSAGES".localized(),
|
|
|
|
subtitle: (disappearingMessagesConfig.isEnabled ?
|
|
|
|
subtitle: (disappearingMessagesConfig.isEnabled ?
|
|
|
|