mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with MSVC.
This commit is contained in:
@@ -211,7 +211,7 @@ void SelectFutureOwnerbox(
|
||||
st::boxRowPadding);
|
||||
Ui::AddSkip(content);
|
||||
Ui::AddSkip(content);
|
||||
const auto title = content->add(
|
||||
content->add(
|
||||
object_ptr<Ui::FlatLabel>(
|
||||
content,
|
||||
channel->isMegagroup()
|
||||
@@ -222,7 +222,7 @@ void SelectFutureOwnerbox(
|
||||
Ui::AddSkip(content);
|
||||
Ui::AddSkip(content);
|
||||
const auto adminsAreEqual = false;
|
||||
const auto about = content->add(
|
||||
content->add(
|
||||
object_ptr<Ui::FlatLabel>(
|
||||
content,
|
||||
(adminsAreEqual
|
||||
|
||||
Reference in New Issue
Block a user