mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 10:55:52 +00:00
Use uploading painter
This commit is contained in:
+3
-1
@@ -125,7 +125,9 @@ project.ext {
|
||||
// Disable this for now as it requires Windows 10+
|
||||
// '-XX:+UseZGC',
|
||||
"-Dvisualvm.display.name=XPipe",
|
||||
"-Djavafx.preloader=io.xpipe.app.core.AppPreloader"
|
||||
"-Djavafx.preloader=io.xpipe.app.core.AppPreloader",
|
||||
// This is primarily intended to fix Windows unified stage transparency issues (https://bugs.openjdk.org/browse/JDK-8329382)
|
||||
"-Dprism.forceUploadingPainter=true"
|
||||
]
|
||||
if (org.gradle.internal.os.OperatingSystem.current().isMacOsX()) {
|
||||
jvmRunArgs += ["-Dapple.awt.application.appearance=system"]
|
||||
|
||||
Reference in New Issue
Block a user