mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Stickers editor
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user