Skip to content

Commit

Permalink
fix(hide_ui_element): remove cognac button
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunk committed Jan 28, 2024
1 parent 1177120 commit 24a9608
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,10 @@ enum class ConfigProperty(
"hide_ui_elements",
ConfigCategory.UI_TWEAKS,
ConfigStateListValue(
listOf("remove_voice_record_button", "remove_stickers_button", "remove_cognac_button", "remove_live_location_share_button", "remove_call_buttons", "remove_camera_borders"),
listOf("remove_voice_record_button", "remove_stickers_button", "remove_live_location_share_button", "remove_call_buttons", "remove_camera_borders"),
mutableMapOf(
"remove_voice_record_button" to false,
"remove_stickers_button" to false,
"remove_cognac_button" to false,
"remove_live_location_share_button" to false,
"remove_call_buttons" to false,
"remove_camera_borders" to false
Expand Down

0 comments on commit 24a9608

Please sign in to comment.