New: Notifications (Connect) Status

(cherry picked from commit e3545801721e00d4e5cac3fa534e66dcbe9d2d05)
This commit is contained in:
Qstick 2023-08-12 14:59:22 -05:00 committed by Bogdan
parent 8a4ca81b91
commit 7f4b79f84d
14 changed files with 631 additions and 32 deletions

View file

@ -39,6 +39,14 @@ function getInternalLink(source) {
to="/settings/downloadclients"
/>
);
case 'NotificationStatusCheck':
return (
<IconButton
name={icons.SETTINGS}
title={translate('Settings')}
to="/settings/notifications"
/>
);
case 'RootFolderCheck':
return (
<IconButton