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:
Vendored
+4
@@ -5221,6 +5221,10 @@ export interface Locale extends ILocale {
|
||||
* 通知をグルーピングして表示する
|
||||
*/
|
||||
"useGroupedNotifications": string;
|
||||
/**
|
||||
* Allow clicking on pop-up notifications
|
||||
*/
|
||||
"allowClickingNotifications": string;
|
||||
/**
|
||||
* メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user