Fix some VentoyPlugson bug. (#3252)

This commit is contained in:
longpanda
2025-12-12 14:59:58 +08:00
parent a20ee878df
commit 628a72db2f
4 changed files with 16 additions and 6 deletions

View File

@@ -101,6 +101,10 @@
timeouten: timeouten,
autoselen: autoselen
}, function(e) {
let data = m_data_autoins[current_tab_index][index];
data.timeout = timeoutval;
data.autosel = autoselval;
Message.success(g_vtoy_cur_language.STR_SAVE_SUCCESS);
});
}
@@ -224,6 +228,7 @@
var tdtimeout, timeoutdisable, timeoutval;
var tdautosel, autoseldisable, autoselval;
if (data[i].timeouten) {
tdtimeout = '<th style="width:10%;"><input id="id_timeout_en_'+i+'" checked="checked" type="checkbox"/> timeout</th>';
timeoutval = data[i].timeout;