1
0

upd: Prompt for confirmation when Plugin:open_url is used

This commit is contained in:
Marie
2024-09-15 23:54:31 +02:00
parent 3f37db1a13
commit 9b7301fb2e
4 changed files with 17 additions and 3 deletions
+4
View File
@@ -1180,6 +1180,10 @@ export interface Locale extends ILocale {
*
*/
"areYouSure": string;
/**
* {x}
*/
"confirmRemoteUrl": ParameterizedString<"x">;
/**
*
*/