Documents/Pdf: Add /s to PdfToPrinter call
This commit is contained in:
@ -890,8 +890,7 @@ namespace Elwig.Windows {
|
||||
if (App.Config.Debug) {
|
||||
doc.Show();
|
||||
} else {
|
||||
await doc.Print(2);
|
||||
Activate();
|
||||
doc.Print(2);
|
||||
}
|
||||
}
|
||||
FinishButton.Cursor = null;
|
||||
|
Reference in New Issue
Block a user