feat(core/ui_tweaks): hide billboard prompt

This commit is contained in:
rhunk
2024-08-12 19:15:49 +02:00
parent 986dbad983
commit 9f0fecbf89
5 changed files with 33 additions and 1 deletions

View File

@@ -1239,7 +1239,8 @@
"hide_stickers_button": "Remove Stickers Button",
"hide_voice_record_button": "Remove Voice Record Button",
"hide_unread_chat_hint": "Remove Unread Chat Hint",
"hide_post_to_story_buttons": "Remove Post to Story buttons before sending a Snap"
"hide_post_to_story_buttons": "Remove Post to Story buttons before sending a Snap",
"hide_billboard_prompt": "Remove Billboard Prompt In Friends Feed"
},
"hide_story_suggestions": {
"hide_friend_suggestions": "Hide friend suggestions",

View File

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