aboutsummaryrefslogtreecommitdiffstats
path: root/lib/core
diff options
context:
space:
mode:
authorAnuj Solanki <anuj603362@gmail.com>2024-10-17 22:12:56 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-10-22 11:49:11 +0000
commitf8b39a2902e73422259965e724a44c56f49ce103 (patch)
tree3e95c7f307a57615780a5ba652e90c3a5f5ad377 /lib/core
parent3f1370ada560d824e1cf2258e7c475a32b750e95 (diff)
Make Voice Assistant Toggle Conditional
- Removed the Voice Assistant toggle button from the settings page when agl-offline-voice-agent feature is not enabled. Bug-AGL: SPEC-5265 Change-Id: I65aa011cffe90663106a0d8e4fab021972f51e87 Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/constants/constants.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/constants/constants.dart b/lib/core/constants/constants.dart
index edee874..7bb8e75 100644
--- a/lib/core/constants/constants.dart
+++ b/lib/core/constants/constants.dart
@@ -9,6 +9,7 @@ final GlobalKey<ScaffoldState> homeScaffoldKey = GlobalKey();
const debugDisplay = bool.fromEnvironment('DEBUG_DISPLAY');
const disableBkgAnimationDefault = bool.fromEnvironment('DISABLE_BKG_ANIMATION');
const randomHybridAnimationDefault = bool.fromEnvironment('RANDOM_HYBRID_ANIMATION');
+const enableVoiceAssistantDefault = bool.fromEnvironment('ENABLE_VOICE_ASSISTANT');