(feat) new SOGoHelpURL preference to set a custom URL for SOGo help (fixes #2768)

This commit is contained in:
Ludovic Marcotte
2016-03-22 14:25:55 -04:00
parent fee310908b
commit 916806cc2c
6 changed files with 29 additions and 9 deletions
+5
View File
@@ -435,6 +435,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return [self stringForKey: @"SOGoPageTitle"];
}
- (NSString *) helpURL
{
return [self stringForKey: @"SOGoHelpURL"];
}
- (NSArray *) supportedLanguages
{
static NSArray *supportedLanguages = nil;