mirror of https://github.com/procxx/kepka.git
Disable round videos in shared media for now.
This commit is contained in:
parent
aa260d263b
commit
fee517384c
|
@ -144,7 +144,7 @@ void InnerWidget::createTypeButtons() {
|
|||
addCommonGroupsButton(user, st::infoIconMediaGroup);
|
||||
}
|
||||
addMediaButton(Type::VoiceFile, st::infoIconMediaVoice);
|
||||
addMediaButton(Type::RoundFile, st::infoIconMediaRound);
|
||||
// addMediaButton(Type::RoundFile, st::infoIconMediaRound);
|
||||
|
||||
content->add(object_ptr<Ui::FixedHeightWidget>(
|
||||
content,
|
||||
|
|
|
@ -294,7 +294,7 @@ object_ptr<Ui::RpWidget> InnerWidget::setupSharedMedia(
|
|||
addCommonGroupsButton(user);
|
||||
}
|
||||
addMediaButton(MediaType::VoiceFile);
|
||||
addMediaButton(MediaType::RoundFile);
|
||||
// addMediaButton(MediaType::RoundFile);
|
||||
|
||||
auto result = object_ptr<Ui::SlideWrap<Ui::VerticalLayout>>(
|
||||
parent,
|
||||
|
|
Loading…
Reference in New Issue