From 259718054197d753e5564c38bb21459279d176af Mon Sep 17 00:00:00 2001 From: John Date: Tue, 5 Dec 2023 22:28:18 +0000 Subject: [PATCH] Updated CHANGELOG-nightly --- CHANGELOG-nightly.md | 1 + .../twitch.tv/modules/hidden-elements/HiddenElementsModule.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index ca25655e5..33630e9ed 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -3,6 +3,7 @@ **The changes listed here are not assigned to an official release**. - Reinstated animated avatars +- Added an option to hide the channel point balance button under the chat input box ### 3.0.16.1000 diff --git a/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue b/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue index 2a1b94dac..b873bb9fb 100644 --- a/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue +++ b/src/site/twitch.tv/modules/hidden-elements/HiddenElementsModule.vue @@ -108,7 +108,7 @@ export const config = [ declareConfig("layout.hide_channel_point_balance_button", "TOGGLE", { path: ["Site Layout", "Twitch Features"], label: "Hide Channel Point Balance Button", - hint: "If checked, the channel point balance buton under the chat input box will be hidden", + hint: "If checked, the channel point balance button under the chat input box will be hidden", defaultValue: false, }), // Side bar elements