[ver] 1.62.1

This commit is contained in:
kwaroran
2023-12-03 16:55:14 +09:00
parent 0a665fd116
commit 6ed5c549e2
4 changed files with 5 additions and 5 deletions

View File

@@ -52,8 +52,8 @@ class LocalWriter{
return true
}
if(showOpenFilePicker){
const handle = await showOpenFilePicker({
if(showSaveFilePicker){
const handle = await showSaveFilePicker({
types: [{
description: 'Binary',
accept: {'application/octet-stream': ['.bin']}