I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ce2e7305 authored by jrandom's avatar jrandom Committed by zzz
Browse files

if we're doing ugly jsp taglets to filter by OS, might as well do it for both systray and service

parent 4783b09f
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<input type="submit" name="action" value="Shutdown immediately" /> <input type="submit" name="action" value="Shutdown immediately" />
<input type="submit" name="action" value="Cancel graceful shutdown" /> <input type="submit" name="action" value="Cancel graceful shutdown" />
<input type="submit" name="action" value="Hard restart" /> <input type="submit" name="action" value="Hard restart" />
<% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>
<h4>Systray integration</h4> <h4>Systray integration</h4>
On the windows platform, there is a small application to sit in the system 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 tray, allowing you to view the router's status (later on, I2P client applications
...@@ -39,7 +40,6 @@ ...@@ -39,7 +40,6 @@
If you are on windows, you can either enable or disable that icon here. <br /> 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="Show systray icon" />
<input type="submit" name="action" value="Hide 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> <h4>Run on startup</h4>
You can control whether I2P is run on startup or not by selecting one of the 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 following options - I2P will install (or remove) a service accordingly. You can
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment