Update anki connect quick action

This commit is contained in:
ZXY101
2024-03-12 10:27:17 +02:00
parent 39d4e0f072
commit 1007b3e4ae
3 changed files with 24 additions and 9 deletions

View File

@@ -18,7 +18,8 @@
const triggerOptions = [
{ value: 'rightClick', name: 'Right click (long press on mobile)' },
{ value: 'doubleTap', name: 'Double tap' },
{ value: 'both', name: 'Both' }
{ value: 'both', name: 'Both' },
{ value: 'neither', name: 'Neither' }
];
</script>