Skip to content

Commit

Permalink
DTG: Remove "Start I2P" menu item in non-router context
Browse files Browse the repository at this point in the history
Reported by R4SAS
  • Loading branch information
zzzi2p committed Feb 18, 2023
1 parent e1da8d1 commit 37feda7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected void done() {

public JPopupMenu getSwingMainMenu() {
JPopupMenu popup = new JPopupMenu();
/*
JMenuItem startItem = new JMenuItem(_t("Start I2P"));
startItem.addActionListener(new ActionListener() {
@Override
Expand All @@ -82,6 +83,7 @@ protected void done() {
}
});
popup.add(startItem);
*/
initializeJNotificationItems();
popup.add(_jnotificationItem2);
popup.add(_jnotificationItem1);
Expand Down

0 comments on commit 37feda7

Please sign in to comment.