diff options
Diffstat (limited to 'ext/welcome.html')
-rw-r--r-- | ext/welcome.html | 2 |
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…</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> |