1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Notifications (Connect) Status

This commit is contained in:
Qstick
2023-08-12 14:59:22 -05:00
parent 060b66aa39
commit e354580172
14 changed files with 602 additions and 26 deletions
@@ -38,6 +38,14 @@ function getInternalLink(source) {
to="/settings/downloadclients"
/>
);
case 'NotificationStatusCheck':
return (
<IconButton
name={icons.SETTINGS}
title={translate('Settings')}
to="/settings/notifications"
/>
);
case 'RootFolderCheck':
return (
<IconButton