mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Various improvements
This commit is contained in:
parent
d1eec8686f
commit
8cf054ef30
@ -13642,6 +13642,7 @@ Sorry for the inconvenience.";
|
||||
|
||||
"Premium.Gift.ContactSelection.ThisIsYou" = "THIS IS YOU";
|
||||
"Premium.Gift.ContactSelection.BuySelf" = "buy yourself a gift";
|
||||
"Premium.Gift.ContactSelection.TransferSelf" = "send yourself a gift";
|
||||
|
||||
"Gift.View.Outgoing.NameHidden" = "Only %@ can see your name.";
|
||||
"Gift.View.Outgoing.NameAndMessageHidden" = "Only %@ can see your name and message.";
|
||||
|
@ -24,6 +24,9 @@ extension MediaEditorScreenImpl {
|
||||
if case .avatarEditor = self.mode {
|
||||
return false
|
||||
}
|
||||
if case .coverEditor = self.mode {
|
||||
return false
|
||||
}
|
||||
|
||||
let filteredEntities = self.node.entitiesView.entities.filter { entity in
|
||||
if entity is DrawingMediaEntity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user