Skip to content

Commit 51af9e3

Browse files
authored
Introduced the disable_help_menu key in info.json file. (#251)
2 parents 980aa4a + af1b3f4 commit 51af9e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ important fields are:
4848
- `disable_title`, a boolean value, when set to `true`, it disable the app title and set the app icon to hamburger
4949
- `disable_external_links`, a boolean value when set to `true`, it disables the external link popup
5050
and hides the external links preference from the settings.
51+
- `disable_help_menu`, a boolean value when set to `true`, it hides the "Help" menu item from sidebar.
5152
- `about_the_app`, a URL, when it is set, it adds an `About app_name app` item to the sidebar
5253
`app_name` will be replaced with the actual app name. Clicking it opens the URL in an external web browser
5354
- `support_url`, a URL, when it is set, it adds an `Support app_name` item to the sidebar

dwds/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"disable_external_links": true,
88
"about_app_url": "https://www.dwds.de/a/",
99
"upload_bundle": true,
10+
"disable_help_menu": true,
1011
"kiwix-android_revision": "latest"
1112
}

0 commit comments

Comments
 (0)