Discord Channel
This commit is contained in:
parent
5e71a068de
commit
523f1e8fc5
@ -25,6 +25,7 @@ link.twitter: https://twitter.com/filebot_renamer
|
||||
link.facebook: https://www.facebook.com/filebot/
|
||||
link.faq: https://www.filebot.net/manual.html
|
||||
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
|
||||
|
@ -15,6 +15,7 @@ public class FileBotMenuBar {
|
||||
help.add(createLink("Getting Started", getApplicationProperty("link.intro")));
|
||||
help.add(createLink("FAQ", getApplicationProperty("link.faq")));
|
||||
help.add(createLink("Forums", getApplicationProperty("link.forums")));
|
||||
help.add(createLink("Discord Channel", getApplicationProperty("link.channel")));
|
||||
|
||||
help.addSeparator();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user