macOS: use native screen menu bar if system property apple.laf.useScreenMenuBar is true

This commit is contained in:
Karl Tauber
2019-10-08 23:41:51 +02:00
parent 9216997bba
commit 49a574a8d7
2 changed files with 14 additions and 0 deletions

View File

@@ -1,6 +1,12 @@
FlatLaf Change Log
==================
## Unreleased
- macOS: Use native screen menu bar if system property
`apple.laf.useScreenMenuBar` is `true`.
## 0.11
- Changed Maven groupId to `com.formdev` and artifactId to `flatlaf`.