功能修复:打开实例文件夹时异常报错

This commit is contained in:
li-xiaochen 2025-02-23 20:28:31 +08:00
parent c94d6d5494
commit f5011e0051
2 changed files with 8 additions and 2 deletions

View file

@ -62,7 +62,7 @@ function end_update_instance_name() {
update_instance_name_index.value = null
}
function open_folder(path) {
pywebview.api.run('open_folder', null, { folder_path: path })
pywebview.api.open_folder(path)
}
function start_instance(instance) {
pywebview.api.run('webview', 'mower-ng', {