From 39d988ec1a18efd4da68103a053b414a05b53e89 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9F=A0=20voiceModeEnabled.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/voice/voiceModeEnabled.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/voice/voiceModeEnabled.ts b/src/voice/voiceModeEnabled.ts index 1d8867c..bbe619e 100644 --- a/src/voice/voiceModeEnabled.ts +++ b/src/voice/voiceModeEnabled.ts @@ -52,3 +52,4 @@ export function hasVoiceAuth(): boolean { export function isVoiceModeEnabled(): boolean { return hasVoiceAuth() && isVoiceGrowthBookEnabled() } +