mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix username change error display.
This commit is contained in:
parent
ebb6b4ab63
commit
273a2809cf
1 changed files with 5 additions and 0 deletions
|
@ -362,6 +362,11 @@ void AddUsernameCheckLabel(
|
||||||
Settings::AddSkip(wrapped, skip);
|
Settings::AddSkip(wrapped, skip);
|
||||||
|
|
||||||
Settings::AddSkip(container, skip);
|
Settings::AddSkip(container, skip);
|
||||||
|
container->add(
|
||||||
|
object_ptr<Ui::FollowSlideWrap<Ui::VerticalLayout>>(
|
||||||
|
container,
|
||||||
|
std::move(wrapped)),
|
||||||
|
padding);
|
||||||
|
|
||||||
rpl::combine(
|
rpl::combine(
|
||||||
std::move(checkInfo),
|
std::move(checkInfo),
|
||||||
|
|
Loading…
Add table
Reference in a new issue