mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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(container, skip);
|
||||
container->add(
|
||||
object_ptr<Ui::FollowSlideWrap<Ui::VerticalLayout>>(
|
||||
container,
|
||||
std::move(wrapped)),
|
||||
padding);
|
||||
|
||||
rpl::combine(
|
||||
std::move(checkInfo),
|
||||
|
|
Loading…
Add table
Reference in a new issue