Skip to content

Commit

Permalink
feat: Multiple hide ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
suryadip2008 authored Jul 13, 2024
1 parent f723b55 commit 6163558
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class UserInterfaceTweaks : ConfigContainer() {
val amount = integer("amount", defaultValue = 1)
}


class ColorsConfig : ConfigContainer() {
val textColor = color("text_color")
val chatChatTextColor = color("chat_chat_text_color")
Expand Down Expand Up @@ -106,6 +105,11 @@ class UserInterfaceTweaks : ConfigContainer() {
"hide_profile_call_buttons",
"hide_unread_chat_hint",
"hide_post_to_story_buttons",
"hide_billboard_prompt",
"hide_below_header_message_banner",
"hide_chat_input_bar_camera",
"hide_chat_input_bar_gallery",
"hide_camera_zoom_factor_pill"
) { requireRestart() }
val operaMediaQuickInfo = boolean("opera_media_quick_info") { requireRestart() }
val oldBitmojiSelfie = unique("old_bitmoji_selfie", "2d", "3d") { requireCleanCache() }
Expand Down

0 comments on commit 6163558

Please sign in to comment.