Various improvements

This commit is contained in:
Ilya Laktyushin 2025-01-23 02:14:23 +04:00
parent d1eec8686f
commit 8cf054ef30
2 changed files with 4 additions and 0 deletions

View File

@ -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.";

View File

@ -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 {