Skip to content

Commit

Permalink
Merge pull request #107 from kodaline/issue_99
Browse files Browse the repository at this point in the history
add: on/off label on activate/deactivate plugin
  • Loading branch information
zAlweNy26 authored Oct 16, 2024
2 parents 1925d00 + b5ab6d9 commit 62964c4
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 62964c4

Please sign in to comment.