Skip to content

Commit

Permalink
add: on/off on plugin enabled/disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kodaline committed Oct 16, 2024
1 parent fd1cc9e commit b5ab6d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/PluginsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ watchEffect(() => {
item.active = res ? item.active : false
}
" />
<span v-if="item.active">On</span>
<span v-else>Off</span>
</div>
</div>
</div>
Expand Down

0 comments on commit b5ab6d9

Please sign in to comment.