Skip to content

Commit a1f4bd9

Browse files
author
ArthurHub
committed
disable PDF generation in mono
1 parent eb0b8a0 commit a1f4bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Demo/WinForms/DemoForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public DemoForm()
6060
LoadCustomFonts();
6161

6262
_showIEViewTSSB.Enabled = !HtmlRenderingHelper.IsRunningOnMono();
63+
_generatePdfTSB.Enabled = !HtmlRenderingHelper.IsRunningOnMono();
6364
}
6465

6566
/// <summary>

0 commit comments

Comments
 (0)