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,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);
});
}