From 24a9608049fb92f9ebbc6dffbeac56a31e848505 Mon Sep 17 00:00:00 2001 From: rhunk <101876869+rhunk@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:36:17 +0100 Subject: [PATCH] fix(hide_ui_element): remove cognac button --- .../main/kotlin/me/rhunk/snapenhance/config/ConfigProperty.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/kotlin/me/rhunk/snapenhance/config/ConfigProperty.kt b/app/src/main/kotlin/me/rhunk/snapenhance/config/ConfigProperty.kt index 44460ae40..84809ce73 100644 --- a/app/src/main/kotlin/me/rhunk/snapenhance/config/ConfigProperty.kt +++ b/app/src/main/kotlin/me/rhunk/snapenhance/config/ConfigProperty.kt @@ -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