From dea2536b051dbc67631f84e8ae5d956279f1aec5 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 13 Feb 2016 17:39:10 +0100 Subject: [PATCH] Added GtkSupport.FORCE_GTK2, in case the developer needs to force it to use GTK2 (in which case, appindicator1 is tried first). Removed optional dispatch event loop. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bb1d20..54349c2 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ SystemTray.TRAY_SIZE (type int, default value '24') -GtkSupport.CREATE_EVENT_LOOP (type boolean, default value 'true') - - Enables/Disables the creation of a native GTK event loop. Useful if you are already creating one via SWT/etc. +GtkSupport.FORCE_GTK2 (type boolean, default value 'false') + - Forces the system to always choose GTK2 (even when GTK3 might be available). SWT & JavaFX both use GTK2! ``` @@ -127,7 +127,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.1 + 2.2 ```