[WIP] Stickers editor

This commit is contained in:
Ilya Laktyushin
2024-04-11 20:35:25 +04:00
parent 09a0192816
commit d9f010a806
9 changed files with 97 additions and 43 deletions

View File

@@ -365,11 +365,11 @@ private final class MediaCutoutScreenComponent: Component {
let helpText: String
switch controller.mode {
case .cutout:
helpText = "Tap on an object to cut it out"
helpText = environment.strings.MediaEditor_CutoutInfo
case .erase:
helpText = "Erase parts of this sticker"
helpText = environment.strings.MediaEditor_EraseInfo
case .restore:
helpText = "Restore parts of this sticker"
helpText = environment.strings.MediaEditor_RestoreInfo
}
let labelSize = self.label.update(