Tray type is back to automatic (no longer testing)

This commit is contained in:
nathan 2017-02-19 11:29:05 +01:00
parent 7eb25eb464
commit ad923952c8

View File

@ -128,7 +128,7 @@ class SystemTray {
* <p>
* 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
/**