Compare commits

...

1 Commits

Author SHA1 Message Date
b79ba14f9e DeliveryAdminWindow: Print Hotfix 2023-09-30 09:55:59 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<PreserveCompilationContext>true</PreserveCompilationContext>
<ApplicationIcon>elwig.ico</ApplicationIcon>
<Version>0.3.4</Version>
<Version>0.3.5</Version>
<SatelliteResourceLanguages>de-AT</SatelliteResourceLanguages>
</PropertyGroup>

View File

@ -918,7 +918,7 @@ namespace Elwig.Windows {
if (App.Config.Debug) {
doc.Show();
} else {
doc.Print(2);
await doc.Print(2);
}
}
FinishButton.Cursor = null;