Work on tl

This commit is contained in:
Yokayo
2025-04-29 17:23:18 +07:00
parent db67633af6
commit 7eb23a2fcc
7 changed files with 21 additions and 17 deletions

View File

@ -3851,7 +3851,7 @@ function createLogitBiasListItem(entry) {
}
async function createNewLogitBiasPreset() {
const name = await callPopup(t`Preset name:`, 'input');
const name = await Popup.show.input(t`Preset name:`, null);
if (!name) {
return;