From ce2e7305d4c9f486839b70863d1aee6e3edd6ec6 Mon Sep 17 00:00:00 2001 From: jrandom Date: Wed, 1 Sep 2004 03:47:04 +0000 Subject: [PATCH] if we're doing ugly jsp taglets to filter by OS, might as well do it for both systray and service --- apps/routerconsole/jsp/configservice.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp index f651982db..d3ad2ee4e 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -32,6 +32,7 @@ + <% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>

Systray integration

On the windows platform, there is a small application to sit in the system tray, allowing you to view the router's status (later on, I2P client applications @@ -39,7 +40,6 @@ If you are on windows, you can either enable or disable that icon here.
- <% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>

Run on startup

You can control whether I2P is run on startup or not by selecting one of the following options - I2P will install (or remove) a service accordingly. You can