We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f28e13 commit 2345c77Copy full SHA for 2345c77
Telegram-Mac/StoryMediaController.swift
@@ -986,12 +986,15 @@ final class StoryMediaController : TelegramGenericViewController<StoryMediaView>
986
}, itemImage: MenuAnimation.menu_edit.value))
987
988
//TODOLANG
989
+ #if DEBUG
990
if state.access(context.peerId), !self.isArchived {
991
items.append(ContextSeparatorItem())
992
items.append(ContextMenuItem("Add Folder", handler: { [weak self] in
993
self?.addCollection()
994
}, itemImage: MenuAnimation.menu_add.value))
995
}
996
+ #endif
997
+
998
999
1000
0 commit comments