Fix sending preview

This commit is contained in:
Eric Kotato 2021-08-27 01:20:26 +03:00
parent 59a7ae5b11
commit 9e640c3f5c

View file

@ -80,7 +80,7 @@ FillMenuResult FillSendPreviewMenu(
return FillMenuResult::None;
}
if (defaultSend && now != Type::Scheduled && now != Type::ScheduledToUser) {
if (defaultSend) {
menu->addAction(ktr("ktg_send_preview"), defaultSend);
}
if (silent && now != Type::Reminder) {