Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 298757c

Browse files
committedApr 3, 2024·
add button
1 parent 4a102e1 commit 298757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ const dialogFactory = (core, proc, win) => {
568568

569569
const progressDialog = (name, cb = (() => {})) => dialog('progress', {
570570
message: __('DIALOG_PROGRESS_MESSAGE', name),
571-
buttons: []
571+
buttons: ['Cancel']
572572
}, cb, false);
573573

574574
const errorDialog = (error, message) => dialog('alert', {

0 commit comments

Comments
 (0)
Please sign in to comment.