mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Fix build.
This commit is contained in:
@@ -46,7 +46,7 @@ void SingleChoiceBox(
|
||||
st::boxPadding.right(),
|
||||
st::boxOptionListSkip));
|
||||
}
|
||||
const auto callback = args.callback.value();
|
||||
const auto callback = args.callback;
|
||||
group->setChangedCallback([=](int value) {
|
||||
const auto weak = Ui::MakeWeak(box);
|
||||
callback(value);
|
||||
|
||||
Reference in New Issue
Block a user