Skip to content

Commit

Permalink
🐛 Fix: disable plugin need reload app
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Apr 24, 2021
1 parent 2d9e9c0 commit a1b70b4
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 @@ -245,6 +245,7 @@ export default class extends Vue {
if (plugin.config.uploader.name) {
_this.handleRestoreState('uploader', plugin.config.uploader.name)
}
_this.needReload = true
}
}, {
label: '卸载插件',
Expand Down

0 comments on commit a1b70b4

Please sign in to comment.