Skip to content

Commit 5fd7629

Browse files
authored
This reverts commit 9a39240.
1 parent 9a39240 commit 5fd7629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ export default {
714714
draggable: ${this.options.draggable},
715715
draggablePercent: ${this.options.draggablePercent / 100},
716716
showCloseButtonOnHover: ${this.options.showCloseButtonOnHover},
717-
hideProgressBar: ${this.options.hideProgressBar},
717+
hideProgressBar: ${!this.options.hideProgressBar},
718718
closeButton: ${
719719
this.options.closeButton ? `"${this.options.closeButton}"` : "false"
720720
},

0 commit comments

Comments
 (0)