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

Skip to content
Snippets Groups Projects
Unverified Commit 37feda74 authored by zzz's avatar zzz
Browse files

DTG: Remove "Start I2P" menu item in non-router context

Reported by R4SAS
parent e1da8d13
No related branches found
No related merge requests found
......@@ -59,6 +59,7 @@ class ExternalTrayManager extends TrayManager {
public JPopupMenu getSwingMainMenu() {
JPopupMenu popup = new JPopupMenu();
/*
JMenuItem startItem = new JMenuItem(_t("Start I2P"));
startItem.addActionListener(new ActionListener() {
@Override
......@@ -82,6 +83,7 @@ class ExternalTrayManager extends TrayManager {
}
});
popup.add(startItem);
*/
initializeJNotificationItems();
popup.add(_jnotificationItem2);
popup.add(_jnotificationItem1);
......
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