feat: hide quick add in friend feed
This commit is contained in:
@@ -262,6 +262,10 @@
|
||||
"name": "Hide Streak Restore",
|
||||
"description": "Hides the Restore button in the friend feed"
|
||||
},
|
||||
"hide_quick_add_friend_feed": {
|
||||
"name": "Hide Quick Add in Friend Feed",
|
||||
"description": "Hides the Quick Add section in the friend feed"
|
||||
},
|
||||
"hide_story_sections": {
|
||||
"name": "Hide Story Section",
|
||||
"description": "Hide certain UI Elements shown in the story section"
|
||||
|
||||
@@ -30,6 +30,7 @@ class MappingsWrapper : FileLoaderWrapper(BridgeFileType.MAPPINGS, "{}".toByteAr
|
||||
ScoreUpdateMapper::class,
|
||||
FriendRelationshipChangerMapper::class,
|
||||
ViewBinderMapper::class,
|
||||
FriendingDataSourcesMapper::class,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ class UserInterfaceTweaks : ConfigContainer() {
|
||||
val streakExpirationInfo = boolean("streak_expiration_info") { requireRestart() }
|
||||
val hideFriendFeedEntry = boolean("hide_friend_feed_entry") { requireRestart() }
|
||||
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() }
|
||||
val hideUiComponents = multiple("hide_ui_components",
|
||||
|
||||
Reference in New Issue
Block a user