2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 00:25:17 +00:00

Save to Profile / Archive stories from the viewer.

This commit is contained in:
John Preston
2023-06-30 15:24:59 +04:00
parent 6c960243a9
commit af0e578da5
14 changed files with 203 additions and 3 deletions

View File

@@ -219,6 +219,7 @@ void CreateRightLabel(
const auto name = Ui::CreateChild<Ui::FlatLabel>(
button.get(),
st.rightLabel);
name->show();
rpl::combine(
button->widthValue(),
std::move(buttonText),