appearance of window title bars follow system

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

View File

@ -32,6 +32,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();