fixes & add button to see if notification dot works
This commit is contained in:
Vendored
+13
-1
@@ -2793,9 +2793,21 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"notificationSettingDesc": string;
|
||||
/**
|
||||
* ファビコン通知ドットを有効にする
|
||||
* 未読の通知があるときにタブのアイコンを目立たせる
|
||||
*/
|
||||
"enableFaviconNotificationDot": string;
|
||||
/**
|
||||
* 通知ドットがインスタンスで機能するかどうかを確認します。
|
||||
*/
|
||||
"verifyNotificationDotWorkingButton": string;
|
||||
/**
|
||||
* 残念ながら、このインスタンスは現時点では通知ドット機能をサポートしていません。
|
||||
*/
|
||||
"notificationDotNotWorking": string;
|
||||
/**
|
||||
* 通知ドットは、このインスタンスで正しく機能しています。
|
||||
*/
|
||||
"notificationDotWorking": string;
|
||||
/**
|
||||
* グローバル設定を使う
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user