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/Settings/TweakSettings.m
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ + (NSArray *)sections {
162
162
@"rows": @[
163
163
[SCISetting switchCellWithTitle:@"Hide feed tab"subtitle:@"Hides the feed/home tab on the bottom navigation bar"defaultsKey:@"hide_feed_tab"requiresRestart:YES],
164
164
[SCISetting switchCellWithTitle:@"Hide explore tab"subtitle:@"Hides the explore/search tab on the bottom navigation bar"defaultsKey:@"hide_explore_tab"requiresRestart:YES],
165
+
[SCISetting switchCellWithTitle:@"Hide messages tab"subtitle:@"Hides the direct messages tab on the bottom navigation bar"defaultsKey:@"hide_messages_tab"requiresRestart:YES],
165
166
[SCISetting switchCellWithTitle:@"Hide reels tab"subtitle:@"Hides the reels tab on the bottom navigation bar"defaultsKey:@"hide_reels_tab"requiresRestart:YES],
166
167
[SCISetting switchCellWithTitle:@"Hide create tab"subtitle:@"Hides the create tab on the bottom navigation bar"defaultsKey:@"hide_create_tab"requiresRestart:YES]
0 commit comments