Skip to content

Commit d77216d

Browse files
committed
refactor: reorder general focus settings
1 parent 91c0e72 commit d77216d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ A feature-rich tweak for Instagram on iOS!\
3535
- Enable note theming
3636
- Custom note themes
3737
- Focus/Distractions
38-
- Hide explore posts grid
39-
- Hide trending searches
40-
- No suggested chats
4138
- No suggested users
39+
- No suggested chats
40+
- Hide trending searches
41+
- Hide explore posts grid
4242

4343
### Feed
4444
- Hide stories tray

src/Settings/TweakSettings.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ + (NSArray *)sections {
5252
@{
5353
@"header": @"Focus/distractions",
5454
@"rows": @[
55+
[SCISetting switchCellWithTitle:@"No suggested users" subtitle:@"Hides all suggested users for you to follow, outside your feed" defaultsKey:@"no_suggested_users"],
56+
[SCISetting switchCellWithTitle:@"No suggested chats" subtitle:@"Hides the suggested broadcast channels in direct messages" defaultsKey:@"no_suggested_chats"],
5557
[SCISetting switchCellWithTitle:@"Hide explore posts grid" subtitle:@"Hides the grid of suggested posts on the explore/search tab" defaultsKey:@"hide_explore_grid"],
5658
[SCISetting switchCellWithTitle:@"Hide trending searches" subtitle:@"Hides the trending searches under the explore search bar" defaultsKey:@"hide_trending_searches"],
57-
[SCISetting switchCellWithTitle:@"No suggested chats" subtitle:@"Hides the suggested broadcast channels in direct messages" defaultsKey:@"no_suggested_chats"],
58-
[SCISetting switchCellWithTitle:@"No suggested users" subtitle:@"Hides all suggested users for you to follow, outside your feed" defaultsKey:@"no_suggested_users"]
5959
]
6060
}]
6161
],

0 commit comments

Comments
 (0)