Remove Facebook / Twitter links

This commit is contained in:
Reinhard Pointner 2019-02-21 02:13:38 +07:00
parent 1d6750e10a
commit 538378a9b0
1 changed files with 1 additions and 5 deletions

View File

@ -27,13 +27,9 @@ public class FileBotMenuBar {
help.add(createLink("Request Help", getApplicationProperty("link.help")));
}
help.addSeparator();
help.add(createLink("Contact us on Twitter", getApplicationProperty("link.twitter")));
help.add(createLink("Contact us on Facebook", getApplicationProperty("link.facebook")));
JMenuBar menuBar = new JMenuBar();
menuBar.add(help);
return menuBar;
}