mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -2565,7 +2565,7 @@ final class StoryStickersContentView: UIView, EmojiCustomContentView {
|
||||
InteractiveStickerButtonContent(
|
||||
theme: theme,
|
||||
title: strings.MediaEditor_AddLink,
|
||||
iconName: "Premium/Link",
|
||||
iconName: self.isPremium ? "Media Editor/Link" : "Media Editor/LinkLocked",
|
||||
useOpaqueTheme: useOpaqueTheme,
|
||||
tintContainerView: self.tintContainerView
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user