2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Allow to schedule created polls.

This commit is contained in:
John Preston
2019-08-20 16:21:10 +03:00
parent 8eac2dcb78
commit ef7087348a
17 changed files with 243 additions and 115 deletions

View File

@@ -784,7 +784,7 @@ void MessageLinksParser::apply(
_list = std::move(parsed);
}
void SetupSendWithoutSound(
void SetupSendMenu(
not_null<Ui::RpWidget*> button,
Fn<bool()> enabled,
Fn<void()> send,