aboutsummaryrefslogtreecommitdiff
path: root/ext/welcome.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-04-30 18:15:32 -0400
committerGitHub <noreply@github.com>2021-04-30 18:15:32 -0400
commit0b554c936a21469eebd270bb7c917a3529188f6a (patch)
treea884e39413a49d7e656e7bce08ac4b6b50fa8355 /ext/welcome.html
parent076e2012259cb7c446ee6cca8e574861f3f163db (diff)
Add support for reordering dictionary options (#1641)
Diffstat (limited to 'ext/welcome.html')
-rw-r--r--ext/welcome.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/welcome.html b/ext/welcome.html
index fc7c203f..5561dee7 100644
--- a/ext/welcome.html
+++ b/ext/welcome.html
@@ -358,6 +358,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&hellip;</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>