Add link previews setting.

This commit is contained in:
Matthew Chen 2019-01-17 16:48:55 -05:00
parent c57b0d98cb
commit 1b87e3165c
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ static NSString *const kSealedSenderInfoURL = @"https://signal.org/blog/sealed-s
isOn:SSKPreferences.areLinkPreviewsEnabled
target:weakSelf
selector:@selector(didToggleLinkPreviewsEnabled:)]];
linkPreviewsSection.footerTitle
linkPreviewsSection.headerTitle
= NSLocalizedString(@"SETTINGS_LINK_PREVIEWS", @"Setting for enabling & disabling link previews.");
[contents addSection:linkPreviewsSection];