mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix build.
This commit is contained in:
parent
5538c5eace
commit
f7b72bffe2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue