Disable aot for tests.

This commit is contained in:
Burak Kaan Köse
2026-03-27 21:00:02 +01:00
parent fb8a3d8f90
commit 686446937b
3 changed files with 11 additions and 1 deletions
@@ -106,7 +106,7 @@
x:Load="{x:Bind MailItemInformation.IsDraft, Mode=OneWay}"
Foreground="{StaticResource DeleteBrush}">
<Run Text="[" /><Run Text="{x:Bind domain:Translator.Draft}" /><Run Text="]" /> <Run Text=" " />
<Run Text="[" /><Run Text="{x:Bind domain:Translator.Draft, Mode=OneTime}" /><Run Text="]" /> <Run Text=" " />
</TextBlock>
<!-- Sender -->