功能修复:打开实例文件夹时异常报错
This commit is contained in:
parent
c94d6d5494
commit
f5011e0051
2 changed files with 8 additions and 2 deletions
|
@ -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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue