* simplify
This commit is contained in:
parent
17d3bd8dce
commit
877deb7d63
|
@ -217,7 +217,7 @@ public final class Settings {
|
|||
links.put("FAQ", getApplicationLink("link.faq"));
|
||||
links.put("Forums", getApplicationLink("link.forums"));
|
||||
links.put("Twitter", getApplicationLink("link.twitter"));
|
||||
links.put("Request Help", getApplicationLink(isMacApp() && isAppStore() ? "link.help.mas" : "link.help"));
|
||||
links.put("Request Help", getApplicationLink(isMacSandbox() ? "link.help.mas" : "link.help"));
|
||||
return links;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue