1
0

Implement clickable notifications

I'm not sure about the get function pattern here as it doesn't include a value to base reactivity on; I might be too used to Svelte though and maybe that's fine
This commit is contained in:
CenTdemeern1
2024-10-13 00:57:41 +02:00
parent fefdd1c1e8
commit 5085c39440
6 changed files with 22 additions and 2 deletions
+4
View File
@@ -5221,6 +5221,10 @@ export interface Locale extends ILocale {
*
*/
"useGroupedNotifications": string;
/**
* Allow clicking on pop-up notifications
*/
"allowClickingNotifications": string;
/**
*
*/