feat(ui_tweaks): remove post to story buttons

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
rhunk
2024-06-08 17:49:18 +02:00
parent 97bce2011b
commit c72cc1d320
3 changed files with 4 additions and 1 deletions

View File

@@ -1251,7 +1251,8 @@
"hide_live_location_share_button": "Remove Live Location Share Button",
"hide_stickers_button": "Remove Stickers Button",
"hide_voice_record_button": "Remove Voice Record Button",
"hide_unread_chat_hint": "Remove Unread Chat Hint"
"hide_unread_chat_hint": "Remove Unread Chat Hint",
"hide_post_to_story_buttons": "Remove Post to Story buttons before sending a Snap"
},
"hide_story_suggestions": {
"hide_friend_suggestions": "Hide friend suggestions",

View File

@@ -75,6 +75,7 @@ class UserInterfaceTweaks : ConfigContainer() {
"hide_chat_call_buttons",
"hide_profile_call_buttons",
"hide_unread_chat_hint",
"hide_post_to_story_buttons",
) { requireRestart() }
val operaMediaQuickInfo = boolean("opera_media_quick_info") { requireRestart() }
val oldBitmojiSelfie = unique("old_bitmoji_selfie", "2d", "3d") { requireCleanCache() }