diff --git a/src/renderer/components/settings/sections/NotificationsSection.tsx b/src/renderer/components/settings/sections/NotificationsSection.tsx index c2bca470..c1766eb7 100644 --- a/src/renderer/components/settings/sections/NotificationsSection.tsx +++ b/src/renderer/components/settings/sections/NotificationsSection.tsx @@ -64,6 +64,34 @@ export const NotificationsSection = ({ }: NotificationsSectionProps): React.JSX.Element => { return (
+ Get native OS notifications when Claude finishes tasks — sounds, banners, and Dock/taskbar + badges. Works on macOS, Linux, and Windows. +
+ +- Get native OS notifications when Claude finishes tasks — sounds, banners, and Dock/taskbar - badges. Works on macOS, Linux, and Windows. -
- -
Notifications from these repositories will be ignored
diff --git a/src/renderer/components/team/CollapsibleTeamSection.tsx b/src/renderer/components/team/CollapsibleTeamSection.tsx
index e468328e..ded3ec17 100644
--- a/src/renderer/components/team/CollapsibleTeamSection.tsx
+++ b/src/renderer/components/team/CollapsibleTeamSection.tsx
@@ -49,17 +49,13 @@ export const CollapsibleTeamSection = ({
{badge}
)}
- {secondaryBadge != null && secondaryBadge >= 0 && (
+ {secondaryBadge != null && secondaryBadge > 0 && (