1
0

Implemented browser menu location (closes #71) (#74)

This commit is contained in:
Patrick Gaskin
2020-08-05 00:54:35 -04:00
committed by GitHub
parent 397964e761
commit 8fb56eacdd
4 changed files with 22 additions and 12 deletions

View File

@@ -15,8 +15,9 @@
# Adds a menu item.
#
# <location> the menu to add the item to, one of:
# main - the menu in the top-left corner of the home screen
# reader - the overflow menu in the reader
# main - the menu in the top-left corner of the home screen
# reader - the overflow menu in the reader
# browser - the menu in the bottom-right of the web browser
# <label> the label to show on the menu item (must not contain :)
# <action> the type of action to run, one of:
# cmd_spawn - starts a command in the background