diff --git a/package-lock.json b/package-lock.json index 15d7f321f3..f4bb9c25da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,8 @@ "requires": true, "packages": { "": { - "version": "0.10.0", + "name": "vuetorrent", + "version": "0.11.0", "dependencies": { "@babel/polyfill": "^7.12.1", "apexcharts": "^3.26.0", diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index ecc5fcec6b..5d0b4ee80c 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -364,7 +364,7 @@ export default { return true }, showInfo(hash) { - if (!this.$store.state.selectMode && !this.trcMenu) + if (!this.$store.state.selectMode) this.createModal('TorrentDetailModal', { hash }) }, resetSelected() {