Show Discord Connections toggle

This commit is contained in:
Natsumi
2026-02-10 14:32:14 +13:00
parent 37c41a5311
commit 927e564a30
5 changed files with 33 additions and 6 deletions

View File

@@ -318,6 +318,10 @@
showGroupDialog(ids[0]);
// ids[1] cal_ is the event id
break;
case 'openNotificationLink':
default:
toast.error('Unsupported notification link type');
break;
}
}