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:
William Casarin
2024-01-31 09:34:02 -08:00
parent 28d6715fda
commit 3c24e707fc
3 changed files with 8 additions and 2 deletions

View File

@@ -26,10 +26,12 @@ struct DMView: View {
}
var dm_options: EventViewOptions {
/*
if self.damus_state.settings.translate_dms {
return []
}
*/
return [.no_translate]
}