Skip to content

Commit

Permalink
✨ add muted option
Browse files Browse the repository at this point in the history
DavidZhang73 committed Mar 10, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5b3109a commit 627f5d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/annotation/ControlPanel.vue
Original file line number Diff line number Diff line change
@@ -152,14 +152,18 @@
</q-item>
<q-item>
<q-item-section>
<q-toggle
v-model="preferenceStore.muted"
label="Muted"
></q-toggle>
<q-toggle
v-model="preferenceStore.grayscale"
label="Grayscale"
></q-toggle>
<q-toggle
v-if="!q.platform.has.touch && annotationStore.mode !== 'action'"
v-model="preferenceStore.showPopup"
label="Show popup"
label="Show Popup"
></q-toggle>
</q-item-section>
</q-item>

0 comments on commit 627f5d0

Please sign in to comment.