Skip to content

Commit 9a39240

Browse files
authored
1 parent 76c6188 commit 9a39240

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)