translate: disable translate DMs
It's just a bad idea until we have local translations Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -44,10 +44,12 @@ struct DirectMessagesView: View {
|
||||
}
|
||||
|
||||
var options: EventViewOptions {
|
||||
/*
|
||||
if self.damus_state.settings.translate_dms {
|
||||
return [.truncate_content, .no_action_bar]
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
return [.truncate_content, .no_action_bar, .no_translate]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user