Set tray back to auto-detect

This commit is contained in:
nathan 2016-10-24 01:52:49 +02:00
parent 3c5f05146d
commit 3fe57cd10d

View File

@ -111,7 +111,7 @@ class SystemTray {
* <p> * <p>
* This is an advanced feature, and it is recommended to leave at AutoDetect. * This is an advanced feature, and it is recommended to leave at AutoDetect.
*/ */
public static TrayType FORCE_TRAY_TYPE = TrayType.Swing; public static TrayType FORCE_TRAY_TYPE = TrayType.AutoDetect;
@Property @Property
/** /**