mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with GCC.
This commit is contained in:
@@ -1383,15 +1383,6 @@ void SetupStickersEmoji(
|
||||
checked,
|
||||
st::settingsCheckbox);
|
||||
};
|
||||
const auto add = [&](const QString &label, bool checked, auto &&handle) {
|
||||
return inner->add(
|
||||
checkbox(label, checked),
|
||||
st::settingsCheckboxPadding
|
||||
)->checkedChanges(
|
||||
) | rpl::on_next(
|
||||
std::move(handle),
|
||||
inner->lifetime());
|
||||
};
|
||||
const auto addWithReturn = [&](
|
||||
const QString &label,
|
||||
bool checked,
|
||||
|
||||
Reference in New Issue
Block a user