mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
Merge branch 'feature/3624_help_and_support' into develop
This commit is contained in:
@@ -330,6 +330,7 @@ class BWIBuildSettings: NSObject {
|
||||
var settingsScreenShowSystemSettingsOption = false
|
||||
var settingsScreenShowNsfwRoomsOption = false
|
||||
var settingsScreenShowSupportSetting = true
|
||||
var settingsScreenSupportSettingHTML = "support"
|
||||
|
||||
var settingsSecurityScreenShowCryptographyInfo:Bool = false
|
||||
var settingsSecurityScreenShowCryptographyExport:Bool = false
|
||||
|
||||
@@ -3259,7 +3259,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
}
|
||||
else if (row == ABOUT_SUPPORT_INDEX)
|
||||
{
|
||||
NSString *htmlFile = [[NSBundle mainBundle] pathForResource:@"support" ofType:@"html" inDirectory:nil];
|
||||
NSString *htmlFile = [[NSBundle mainBundle] pathForResource:BWIBuildSettings.shared.settingsScreenSupportSettingHTML ofType:@"html" inDirectory:nil];
|
||||
|
||||
WebViewViewController *webViewViewController = [[WebViewViewController alloc] initWithLocalHTMLFile:htmlFile];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user