From c3373dd0c51ca1fb4d1851ba2da505f570ee4c8a Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 1 Jul 2017 21:35:41 +0200 Subject: [PATCH] Updated notes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07a4075..ef80570 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,11 @@ SystemTray.FORCE_TRAY_TYPE (type SystemTray.TrayType, default value 'AutoDetec SystemTray.ENABLE_SHUTDOWN_HOOK (type boolean, default value 'true') - - When in compatibility mode, and the JavaFX/SWT primary windows are closed, we want to make sure that - the SystemTray is also closed. This property is available to disable this functionality in situations - where you don't want this to happen. This is an advanced feature, and it is recommended to leave as true. + - When in compatibility mode, and the JavaFX/SWT primary windows are closed, we want to make sure that the SystemTray is also + closed. Additionally, when using the Swing tray type, Windows does not always remove the tray icon if the JVM is stopped, + and this makes sure that the tray is also removed from the notification area. + This property is available to disable this functionality in situations where you don't want this to happen. + This is an advanced feature, and it is recommended to leave as true. SystemTray.AUTO_FIX_INCONSISTENCIES (type boolean, default value 'true')