Add rows and button text to import window

This commit is contained in:
Cohee 2023-12-11 16:23:47 +02:00
parent 17105568f4
commit c48e447c42
1 changed files with 1 additions and 1 deletions

View File

@ -9606,7 +9606,7 @@ jQuery(async function () {
<li>JanitorAI character (direct link or id)<br>Example: <tt>https://janitorai.com/characters/ddd1498a-a370-4136-b138-a8cd9461fdfe_character-aqua-the-useless-goddess</tt></li> <li>JanitorAI character (direct link or id)<br>Example: <tt>https://janitorai.com/characters/ddd1498a-a370-4136-b138-a8cd9461fdfe_character-aqua-the-useless-goddess</tt></li>
<li>More coming soon...</li> <li>More coming soon...</li>
<ul>`; <ul>`;
const input = await callPopup(html, 'input'); const input = await callPopup(html, 'input', '', { okButton: 'Import', rows: 4 });
if (!input) { if (!input) {
console.debug('Custom content import cancelled'); console.debug('Custom content import cancelled');