We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000fd93 commit 5056381Copy full SHA for 5056381
crates/q_cli/src/cli/chat/mod.rs
@@ -1691,7 +1691,7 @@ where
1691
if self.interactive {
1692
// Play notification bell when response is complete
1693
// Use the chat context's settings to determine if notifications are enabled
1694
- if self.settings.get_bool_or("chat.enableNotifications", true) {
+ if self.settings.get_bool_or("chat.enableNotifications", false) {
1695
play_notification_bell();
1696
}
1697
queue!(self.output, style::ResetColor, style::SetAttribute(Attribute::Reset))?;
0 commit comments