From cb749070ab9d089266b186880dce6f9cef57bb4b Mon Sep 17 00:00:00 2001 From: Kyng Cytro Date: Mon, 13 Mar 2023 14:16:54 +0100 Subject: [PATCH] fix: fixed hideProgressBar --- public/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },