diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-04-30 18:15:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 18:15:32 -0400 |
commit | 0b554c936a21469eebd270bb7c917a3529188f6a (patch) | |
tree | a884e39413a49d7e656e7bce08ac4b6b50fa8355 /ext/settings.html | |
parent | 076e2012259cb7c446ee6cca8e574861f3f163db (diff) |
Add support for reordering dictionary options (#1641)
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html index eee06a60..6f0c67ad 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -2266,6 +2266,8 @@ <template id="dictionary-menu-template"><div class="popup-menu-container" tabindex="-1" role="dialog"><div class="popup-menu"><div class="popup-menu-body"> <button class="popup-menu-item" data-menu-action="showDetails">Details…</button> + <button class="popup-menu-item" data-menu-action="moveUp">Move up</button> + <button class="popup-menu-item" data-menu-action="moveDown">Move down</button> <button class="popup-menu-item" data-menu-action="delete">Delete</button> </div></div></div></template> |