mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(feat) new SOGoHelpURL preference to set a custom URL for SOGo help (fixes #2768)
This commit is contained in:
@@ -435,6 +435,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return [self stringForKey: @"SOGoPageTitle"];
|
||||
}
|
||||
|
||||
- (NSString *) helpURL
|
||||
{
|
||||
return [self stringForKey: @"SOGoHelpURL"];
|
||||
}
|
||||
|
||||
- (NSArray *) supportedLanguages
|
||||
{
|
||||
static NSArray *supportedLanguages = nil;
|
||||
|
||||
Reference in New Issue
Block a user