mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Remove redundant Cancel button in ScheduleBox.
This commit is contained in:
parent
9be65f8812
commit
1ec6b4313d
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ void ScheduleBox(
|
||||||
[=] { return SendMenu::Type::SilentOnly; },
|
[=] { return SendMenu::Type::SilentOnly; },
|
||||||
[=] { save(true, descriptor.collect()); },
|
[=] { save(true, descriptor.collect()); },
|
||||||
nullptr);
|
nullptr);
|
||||||
box->addButton(tr::lng_cancel(), [=] { box->closeBox(); });
|
|
||||||
|
|
||||||
if (type == SendMenu::Type::ScheduledToUser) {
|
if (type == SendMenu::Type::ScheduledToUser) {
|
||||||
const auto sendUntilOnline = box->addTopButton(st::infoTopBarMenu);
|
const auto sendUntilOnline = box->addTopButton(st::infoTopBarMenu);
|
||||||
|
|
Loading…
Add table
Reference in a new issue