Fixed an issue where local draft is deleted via hover over action or delete button instead of discard button. Disabled discarding local drafts in compose page.
This commit is contained in:
@@ -152,10 +152,7 @@
|
||||
<controls:WinoFontIcon Icon="Delete" />
|
||||
</AppBarButton.Icon>
|
||||
</AppBarButton>
|
||||
<AppBarButton
|
||||
Label="Send"
|
||||
IsEnabled="{x:Bind ViewModel.CanSendMail, Mode=OneWay}"
|
||||
Command="{x:Bind ViewModel.SendCommand}">
|
||||
<AppBarButton Label="Send" Command="{x:Bind ViewModel.SendCommand}">
|
||||
<AppBarButton.Icon>
|
||||
<controls:WinoFontIcon Icon="Send" />
|
||||
</AppBarButton.Icon>
|
||||
|
||||
Reference in New Issue
Block a user