From ce2e7305d4c9f486839b70863d1aee6e3edd6ec6 Mon Sep 17 00:00:00 2001 From: jrandom <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 f651982dbe..d3ad2ee4e5 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -32,6 +32,7 @@ <input type="submit" name="action" value="Shutdown immediately" /> <input type="submit" name="action" value="Cancel graceful shutdown" /> <input type="submit" name="action" value="Hard restart" /> + <% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %> <h4>Systray integration</h4> 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. <br /> <input type="submit" name="action" value="Show systray icon" /> <input type="submit" name="action" value="Hide systray icon" /> - <% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %> <h4>Run on startup</h4> 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 -- GitLab