1
0

upd: add option to disable external url warning

This commit is contained in:
Marie
2024-10-10 02:00:41 +02:00
parent 72a0f16b38
commit 7bd971c036
6 changed files with 15 additions and 1 deletions
+4
View File
@@ -5385,6 +5385,10 @@ export interface Locale extends ILocale {
*
*/
"sensitiveMediaRevealConfirm": string;
/**
* URLを開く際に警告を表示する
*/
"warnExternalUrl": string;
/**
*
*/