dynamic table: add confirmation when deleting a line

This commit is contained in:
John Livingston
2024-06-11 12:48:40 +02:00
parent d0252383cd
commit e84782f346
3 changed files with 30 additions and 1 deletions

View File

@ -106,3 +106,4 @@ declare const LOC_ACTION_EXPORT: string
declare const LOC_ACTION_IMPORT_EMOJIS_INFO: string
declare const LOC_ACTION_ADD_ENTRY: string
declare const LOC_ACTION_REMOVE_ENTRY: string
declare const LOC_ACTION_REMOVE_ENTRY_CONFIRM: string