mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-15 16:26:20 +00:00
Fix some VentoyPlugson bug. (#3252)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user