feat(core): auto close friend feed menu
Automatically closes the Friend Feed Menu after pressing a setting button of SnapEnhance Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -555,6 +555,10 @@
|
||||
"name": "Friend Feed Menu Buttons",
|
||||
"description": "Select which buttons to show in the Friend Feed Menu"
|
||||
},
|
||||
"auto_close_friend_feed_menu": {
|
||||
"name": "Auto Close Friend Feed Menu",
|
||||
"description": "Automatically closes the Friend Feed Menu after pressing a setting button"
|
||||
},
|
||||
"vertical_story_viewer": {
|
||||
"name": "Vertical Story Viewer",
|
||||
"description": "Enables the vertical story viewer for all stories"
|
||||
|
||||
@@ -57,6 +57,7 @@ class UserInterfaceTweaks : ConfigContainer() {
|
||||
).apply {
|
||||
set(mutableListOf("conversation_info", MessagingRuleType.STEALTH.key))
|
||||
}
|
||||
val autoCloseFriendFeedMenu = boolean("auto_close_friend_feed_menu")
|
||||
val customizeUi = container("customize_ui", CustomizeUIConfig()) { addNotices(FeatureNotice.UNSTABLE); requireRestart() }
|
||||
val friendFeedMessagePreview = container("friend_feed_message_preview", FriendFeedMessagePreview()) { requireRestart() }
|
||||
val snapPreview = boolean("snap_preview") { addNotices(FeatureNotice.UNSTABLE); requireRestart() }
|
||||
|
||||
Reference in New Issue
Block a user