diff options
author | Eloy Robillard <eloy.robillard@gmail.com> | 2024-02-15 04:02:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 03:02:36 +0000 |
commit | 7a4096240ce4faf70a785d047945388baa0daab3 (patch) | |
tree | 841da38533391a095fdb932c528c4b5c3366ba1b /ext/settings.html | |
parent | 043ac79203abbc9c7f3aa971e2de8ddedb3c0e90 (diff) |
Show all duplicate notes on click (#636)
* Show all duplicate notes on click
* Change 'notesView' to 'viewNotes'
* Replace api.noteView with api.viewNotes
* Update "viewNote" action to "viewNotes" in options util
* Update options-util test with "viewNotes" action
* Replace uses of "viewNote" with "viewNotes"
* Replace _viewNote with _viewNotes
* Rename /*ViewNote*/ methods to /*ViewNotes*/
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/settings.html b/ext/settings.html index 7cddaf32..91d6d7b9 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3878,7 +3878,7 @@ <option value="addNoteKanji">Add kanji note</option> <option value="addNoteTermKanji">Add term note</option> <option value="addNoteTermKana">Add term note (reading)</option> - <option value="viewNote">View note</option> + <option value="viewNotes">View notes</option> <option value="playAudio">Play audio</option> <option value="playAudioFromSource">Play audio from source</option> <option value="copyHostSelection">Copy host window selection</option> |