chore: macOS dispatch_async

This commit is contained in:
hstyi
2025-03-14 21:14:20 +08:00
committed by hstyi
parent 1ffaed3f36
commit 9884ed19fa
3 changed files with 3 additions and 40 deletions

View File

@@ -127,7 +127,6 @@ application {
)
if (os.isMacOsX) {
args.add("--add-opens java.desktop/sun.lwawt.macosx.concurrent=ALL-UNNAMED")
args.add("-Dsun.java2d.metal=true")
args.add("-Dapple.awt.application.appearance=system")
}