Refactor tag import setting override

This commit is contained in:
d-ber
2024-08-16 22:43:22 +02:00
parent 2d476d4461
commit 0f606642ce
3 changed files with 12 additions and 24 deletions

View File

@ -10738,7 +10738,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";