Ensure Gitnuro window decorations follows macOS system theme
This commit is contained in:
parent
969233ec99
commit
d92f8404f0
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ compose.desktop {
|
|||
windows {
|
||||
iconFile.set(project.file("icons/icon.ico"))
|
||||
}
|
||||
|
||||
macOS {
|
||||
jvmArgs(
|
||||
"-Dapple.awt.application.appearance=system"
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue