Merge pull request #2663 from d-ber/bulkTagImport

Add bulk tag import
This commit is contained in:
Cohee
2024-08-18 00:34:39 +03:00
committed by GitHub
4 changed files with 44 additions and 14 deletions

View File

@ -10740,7 +10740,7 @@ jQuery(async function () {
}
} break;
case 'import_tags': {
await importTags(characters[this_chid], { forceShow: true });
await importTags(characters[this_chid], { importSetting: tag_import_setting.ASK });
} break;
/*case 'delete_button':
popup_type = "del_ch";