Update `Help` links
This commit is contained in:
parent
70e25174c5
commit
db8860c1ba
|
@ -28,6 +28,8 @@ link.bugs: https://www.filebot.net/forums/viewforum.php?f=6
|
|||
link.help: https://www.filebot.net/forums/viewforum.php?f=8
|
||||
link.help.mas: https://www.filebot.net/forums/viewforum.php?f=12
|
||||
link.subtitles.mas: https://www.filebot.net/forums/viewtopic.php?f=12&t=3350
|
||||
link.console.mas: https://www.filebot.net/forums/viewtopic.php?f=4&t=2049
|
||||
|
||||
|
||||
# api keys for webservices
|
||||
apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb
|
||||
|
|
|
@ -33,7 +33,8 @@ public class FileBotMenuBar {
|
|||
|
||||
if (isMacSandbox()) {
|
||||
help.addSeparator();
|
||||
help.add(createLink("Where is FileBot Subtitles?", getApplicationProperty("link.subtitles.mas")));
|
||||
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();
|
||||
|
|
Loading…
Reference in New Issue