We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a39240 commit 5fd7629Copy full SHA for 5fd7629
public/App.vue
@@ -714,7 +714,7 @@ export default {
714
draggable: ${this.options.draggable},
715
draggablePercent: ${this.options.draggablePercent / 100},
716
showCloseButtonOnHover: ${this.options.showCloseButtonOnHover},
717
- hideProgressBar: ${this.options.hideProgressBar},
+ hideProgressBar: ${!this.options.hideProgressBar},
718
closeButton: ${
719
this.options.closeButton ? `"${this.options.closeButton}"` : "false"
720
},
0 commit comments