You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Controllers/SettingsViewController.m
+1
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ - (NSArray *)specifiers {
100
100
// Section 2: Feed
101
101
[selfnewSectionWithTitle:@"Feed"footer:nil],
102
102
[selfnewSwitchCellWithTitle:@"Hide ads"detailTitle:@"Removes all ads from the Instagram app"key:@"hide_ads"defaultValue:truechangeAction:nil],
103
+
[selfnewSwitchCellWithTitle:@"Hide entire feed"detailTitle:@"Removes all content from your home feed, including posts"key:@"hide_entire_feed"defaultValue:falsechangeAction:nil],
103
104
[selfnewSwitchCellWithTitle:@"Hide stories tray"detailTitle:@"Hides the story tray at the top and within your feed"key:@"hide_stories_tray"defaultValue:falsechangeAction:nil],
104
105
[selfnewSwitchCellWithTitle:@"No suggested posts"detailTitle:@"Removes suggested posts from your feed"key:@"no_suggested_post"defaultValue:falsechangeAction:nil],
105
106
[selfnewSwitchCellWithTitle:@"No suggested for you"detailTitle:@"Hides suggested accounts for you to follow"key:@"no_suggested_account"defaultValue:falsechangeAction:nil],
0 commit comments