diff options
| -rw-r--r-- | htroot/Status.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.java b/htroot/Status.java index 7ec67754e..0a3e838c7 100644 --- a/htroot/Status.java +++ b/htroot/Status.java @@ -277,7 +277,7 @@ public class Status { }
if (!OS.isWindows) {
- prop.put("tray", "3");
+ prop.put("tray", "2");
} else if (sb.getConfig("trayIcon", "false").equals("false")) {
prop.put("tray", "0");
} else {
|
