Build settings for support html file

This commit is contained in:
Arnfried Griesert
2022-11-11 16:00:53 +01:00
parent 3eaf1e086b
commit c0a1220065
2 changed files with 2 additions and 1 deletions
@@ -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];