mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-13 13:47:47 +02:00
feat: fidelius indicator
This commit is contained in:
@ -314,6 +314,10 @@
|
||||
"enable_friend_feed_menu_bar": {
|
||||
"name": "Friend Feed Menu Bar",
|
||||
"description": "Enables the new Friend Feed Menu Bar"
|
||||
},
|
||||
"fidelius_indicator": {
|
||||
"name": "Fidelius Indicator",
|
||||
"description": "Adds a green circle next to messages that have been sent only to you"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -47,4 +47,5 @@ class UserInterfaceTweaks : ConfigContainer() {
|
||||
val disableSpotlight = boolean("disable_spotlight") { requireRestart() }
|
||||
val hideSettingsGear = boolean("hide_settings_gear") { requireRestart() }
|
||||
val verticalStoryViewer = boolean("vertical_story_viewer") { requireRestart() }
|
||||
val fideliusIndicator = boolean("fidelius_indicator") { requireRestart() }
|
||||
}
|
||||
|
Reference in New Issue
Block a user