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,9 @@
|
||||
timeouten: timeouten,
|
||||
autoselen: autoselen
|
||||
}, function(e) {
|
||||
let data = m_data_persistence[current_tab_index][index];
|
||||
data.timeout = timeoutval;
|
||||
data.autosel = autoselval;
|
||||
Message.success(g_vtoy_cur_language.STR_SAVE_SUCCESS);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user