appearance of window title bars follow system

This commit is contained in:
rememberber 2021-11-13 17:13:44 +08:00
parent 44578680c0
commit caa1e704a6
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public class App {
System.setProperty("apple.laf.useScreenMenuBar", "true");
System.setProperty("apple.awt.application.name", "MooInfo");
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "MooInfo");
System.setProperty("apple.awt.application.appearance", "system");
}
Init.initTheme();