Fix MAS REJECT:

Performance - 2.3

Your Application contains information that is not relevant to the application content or functionality.

Specifically, it would be appropriate to remove "How to install FileBot Subtitles?" option. We've attached screenshot(s) for your reference.
This commit is contained in:
Reinhard Pointner 2016-11-17 15:06:59 +08:00
parent 629a3b389e
commit b4ca1d6c64
2 changed files with 0 additions and 9 deletions

View File

@ -28,9 +28,6 @@ link.bugs: https://www.filebot.net/report.html
link.channel: https://www.filebot.net/channel.html
link.help: https://www.filebot.net/support.html
link.help.mas: https://www.filebot.net/mac/support.html
link.subtitles.mas: https://www.filebot.net/mac/subtitles.html
link.console.mas: https://www.filebot.net/mac/brew.html
# api keys for webservices
apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb

View File

@ -32,12 +32,6 @@ public class FileBotMenuBar {
help.add(createLink("Contact us on Twitter", getApplicationProperty("link.twitter")));
help.add(createLink("Contact us on Facebook", getApplicationProperty("link.facebook")));
if (isMacSandbox()) {
help.addSeparator();
help.add(createLink("How to install FileBot Subtitles?", getApplicationProperty("link.subtitles.mas")));
help.add(createLink("How to install FileBot Command Line Tools?", getApplicationProperty("link.console.mas")));
}
JMenuBar menuBar = new JMenuBar();
menuBar.add(help);
return menuBar;