From 6671b4a7e59793fbba7b89449fc6e4a5302a2154 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 15:34:28 +0200 Subject: [PATCH] Updated to add WindowsNotifyIcon in documentation --- README.md | 2 +- src/dorkbox/systemTray/SystemTray.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05ca5e8..f83060b 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ SystemTray.PREFER_GTK3 (type boolean, default value 'true') 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. diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index c00d39e..45fcfb4 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -107,7 +107,7 @@ class SystemTray { @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. *

* This is an advanced feature, and it is recommended to leave at AutoDetect. */