updated lite

This commit is contained in:
Concedo 2025-03-05 17:31:20 +08:00
parent d195194c6c
commit b80b784ee5

View file

@ -18450,7 +18450,7 @@ Current version indicated by LITEVER below.
let entry = ""; let entry = "";
if(testslot) if(testslot)
{ {
entry = `<div onclick="load_from_slot(`+i+`)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`; entry = `<div onclick="load_from_slot(`+i+`, true)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
} }
panelitems += entry; panelitems += entry;
} }