Fix sending preview
This commit is contained in:
parent
59a7ae5b11
commit
9e640c3f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue