SystemTray.get() is now swing UI

This commit is contained in:
nathan 2016-10-12 15:23:00 +02:00
parent 7a2909abca
commit ecf349f189

View File

@ -673,7 +673,7 @@ class SystemTray implements Menu {
*/ */
public static public static
SystemTray get() { SystemTray get() {
forceNativeMenus = true; // TODO set to false for final build forceNativeMenus = false;
init(); init();
return systemTray; return systemTray;
} }