🟠 voiceModeEnabled.ts

This commit is contained in:
nirholas
2026-03-31 10:24:35 +00:00
parent dacdbf6a47
commit 39d988ec1a

View File

@@ -52,3 +52,4 @@ export function hasVoiceAuth(): boolean {
export function isVoiceModeEnabled(): boolean { export function isVoiceModeEnabled(): boolean {
return hasVoiceAuth() && isVoiceGrowthBookEnabled() return hasVoiceAuth() && isVoiceGrowthBookEnabled()
} }