Skip to content

Commit

Permalink
Include glass platform flag for jfx monocle prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Berenz committed Jun 4, 2020
1 parent 5d798a7 commit 76f40c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qz/printer/action/WebApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public static synchronized void initialize() throws IOException {
if (useMonocle) {
log.trace("Initializing monocle platform");
System.setProperty("javafx.platform", "monocle");
System.setProperty("glass.platform", "Monocle");

//software rendering required headless environments
if (headless) {
Expand Down

0 comments on commit 76f40c3

Please sign in to comment.