fix dialog

This commit is contained in:
samunohito 2024-02-07 22:13:41 +09:00
parent cdfd906366
commit e84790e619
1 changed files with 0 additions and 4 deletions

View File

@ -272,10 +272,6 @@ async function onDeleteButtonClicked() {
await os.promiseDialog(
action(),
() => {
},
() => {
},
);
}