feat: fidelius indicator

This commit is contained in:
rhunk
2023-11-27 21:19:34 +01:00
parent 3b0b44fcd4
commit b232dbc056
4 changed files with 48 additions and 0 deletions

View File

@ -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"
}
}
},

View File

@ -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() }
}