Make the title bar adaptable to macOS theme

This commit is contained in:
powerfulsam
2022-11-21 20:58:26 +01:00
committed by Ryan Kurtz
parent d93eb7603f
commit 213f50299f
@@ -62,6 +62,9 @@ VMARGS_MACOS=-Declipse.filelock.disable=true
# Where the menu bar is displayed on macOS
VMARGS_MACOS=-Dapple.laf.useScreenMenuBar=false
# Make the title bar adaptable to macOS theme
VMARGS_MACOS=-Dapple.awt.application.appearance=system
# Prevent log4j from using the Jansi DLL on Windows.
VMARGS_WINDOWS=-Dlog4j.skipJansi=true