mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-13 15:03:36 +00:00
Fix build with MSVC.
This commit is contained in:
@@ -2413,7 +2413,7 @@ object_ptr<Ui::RpWidget> CreatePollBox::setupContent() {
|
||||
},
|
||||
rpl::single(!!(_chosen & PollData::Flag::PublicVotes))
|
||||
| rpl::then(state->showWhoVotedForceOn.events()),
|
||||
st::detailedSettingsButtonStyle)
|
||||
st::detailedSettingsButtonStyle).get()
|
||||
: nullptr;
|
||||
const auto multiple = AddPollToggleButton(
|
||||
container,
|
||||
@@ -2437,7 +2437,7 @@ object_ptr<Ui::RpWidget> CreatePollBox::setupContent() {
|
||||
},
|
||||
rpl::single(!!(_chosen & PollData::Flag::OpenAnswers))
|
||||
| rpl::then(state->addOptionsForceOff.events()),
|
||||
st::detailedSettingsButtonStyle)
|
||||
st::detailedSettingsButtonStyle).get()
|
||||
: nullptr;
|
||||
const auto revoting = AddPollToggleButton(
|
||||
container,
|
||||
|
||||
Reference in New Issue
Block a user