Ensure Gitnuro window decorations follows macOS system theme

This commit is contained in:
ProjectInfinity 2022-05-31 15:26:15 +02:00
parent 969233ec99
commit d92f8404f0

View file

@ -67,6 +67,12 @@ compose.desktop {
windows {
iconFile.set(project.file("icons/icon.ico"))
}
macOS {
jvmArgs(
"-Dapple.awt.application.appearance=system"
)
}
}
}
}