feat(core/ui_tweaks): hide suggested friend stories

This commit is contained in:
rhunk
2023-12-09 22:44:24 +01:00
parent 440c35e423
commit af138225f1
3 changed files with 15 additions and 1 deletions

View File

@ -761,6 +761,7 @@
},
"hide_story_sections": {
"hide_friend_suggestions": "Hide friend suggestions",
"hide_suggested_friend_stories": "Hide suggested friend stories",
"hide_friends": "Hide friends section",
"hide_suggested": "Hide suggested section",
"hide_for_you": "Hide For You section"

View File

@ -35,7 +35,7 @@ class UserInterfaceTweaks : ConfigContainer() {
val hideStreakRestore = boolean("hide_streak_restore") { requireRestart() }
val hideQuickAddFriendFeed = boolean("hide_quick_add_friend_feed") { requireRestart() }
val hideStorySections = multiple("hide_story_sections",
"hide_friend_suggestions", "hide_friends", "hide_suggested", "hide_for_you") { requireRestart() }
"hide_friend_suggestions", "hide_suggested_friend_stories", "hide_friends", "hide_suggested", "hide_for_you") { requireRestart() }
val hideUiComponents = multiple("hide_ui_components",
"hide_voice_record_button",
"hide_stickers_button",