Skip to content

Commit

Permalink
🐛 Fix: enable plugin should reload
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #659
  • Loading branch information
Molunerfinn committed Jul 10, 2021
1 parent 1657542 commit 49e5f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/pages/Plugin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ export default class extends Vue {
})
plugin.enabled = true
_this.getPicBeds()
_this.needReload = true
}
}, {
label: '禁用插件',
Expand Down

0 comments on commit 49e5f34

Please sign in to comment.