mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 00:38:52 -05:00
Refactor
This commit is contained in:
parent
08b23e92a7
commit
416eb0095d
@ -27,6 +27,7 @@ link.facebook: https://www.facebook.com/filebot/
|
|||||||
link.bugs: https://www.filebot.net/forums/viewforum.php?f=6
|
link.bugs: https://www.filebot.net/forums/viewforum.php?f=6
|
||||||
link.help: https://www.filebot.net/forums/viewforum.php?f=8
|
link.help: https://www.filebot.net/forums/viewforum.php?f=8
|
||||||
link.help.mas: https://www.filebot.net/forums/viewforum.php?f=12
|
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
|
||||||
|
|
||||||
# api keys for webservices
|
# api keys for webservices
|
||||||
apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb
|
apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb
|
||||||
|
@ -33,7 +33,7 @@ public class FileBotMenuBar {
|
|||||||
|
|
||||||
if (isMacSandbox()) {
|
if (isMacSandbox()) {
|
||||||
help.addSeparator();
|
help.addSeparator();
|
||||||
help.add(createLink("Where is FileBot Subtitles?", "https://bit.ly/filebot-subtitles"));
|
help.add(createLink("Where is FileBot Subtitles?", getApplicationProperty("link.subtitles.mas")));
|
||||||
}
|
}
|
||||||
|
|
||||||
JMenuBar menuBar = new JMenuBar();
|
JMenuBar menuBar = new JMenuBar();
|
||||||
|
Loading…
Reference in New Issue
Block a user