This commit is contained in:
Ali
2023-07-13 23:51:40 +04:00
parent 03e64b2f74
commit 6f084010d8
40 changed files with 1922 additions and 99 deletions

View File

@@ -444,10 +444,10 @@ private func notificationsPeerCategoryEntries(category: NotificationsPeerCategor
title += ", "
}
//TODO:localize
if case .show = value.settings.displayPreviews {
title += "Show Names"
if case .show = value.settings.storySettings.hideSender {
title += "Show Name"
} else {
title += "Hide Names"
title += "Hide Name"
}
}
}