fix: tools toggles

This commit is contained in:
cogwheel0
2025-08-21 16:23:23 +05:30
parent ea278ee6eb
commit 69e8243f31

View File

@@ -378,7 +378,8 @@ class _ModernChatInputState extends ConsumerState<ModernChatInput>
ref
.watch(selectedToolIdsProvider)
.isNotEmpty ||
ref.watch(webSearchEnabledProvider),
ref.watch(webSearchEnabledProvider) ||
ref.watch(imageGenerationEnabledProvider),
),
const Spacer(),
// Microphone button: call provided callback for premium voice UI