diff --git a/public/App.vue b/public/App.vue index bb253be..4788b63 100644 --- a/public/App.vue +++ b/public/App.vue @@ -714,7 +714,7 @@ export default { draggable: ${this.options.draggable}, draggablePercent: ${this.options.draggablePercent / 100}, showCloseButtonOnHover: ${this.options.showCloseButtonOnHover}, - hideProgressBar: ${!this.options.hideProgressBar}, + hideProgressBar: ${this.options.hideProgressBar}, closeButton: ${ this.options.closeButton ? `"${this.options.closeButton}"` : "false" },