Updated to add WindowsNotifyIcon in documentation

This commit is contained in:
nathan 2018-08-18 15:34:28 +02:00
parent 60554e84f3
commit 6671b4a7e5
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ SystemTray.PREFER_GTK3 (type boolean, default value 'true')
SystemTray.FORCE_TRAY_TYPE (type SystemTray.TrayType, default value 'AutoDetect') SystemTray.FORCE_TRAY_TYPE (type SystemTray.TrayType, default value 'AutoDetect')
- Forces the system tray detection to be AutoDetect, GtkStatusIcon, AppIndicator, Swing, or AWT. - Forces the system tray detection to be AutoDetect, GtkStatusIcon, AppIndicator, WindowsNotifyIcon, Swing, or AWT.
This is an advanced feature, and it is recommended to leave it at AutoDetect. This is an advanced feature, and it is recommended to leave it at AutoDetect.

View File

@ -107,7 +107,7 @@ class SystemTray {
@Property @Property
/** /**
* Forces the system tray detection to be AutoDetect, GtkStatusIcon, AppIndicator, Swing, or AWT. * Forces the system tray detection to be AutoDetect, GtkStatusIcon, AppIndicator, WindowsNotifyIcon, Swing, or AWT.
* <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.
*/ */