mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-30 00:19:43 -04:00
Added disable_title
for dwds app. (#127)
This commit is contained in:
commit
20beaad2ec
@ -47,6 +47,7 @@ important fields are:
|
|||||||
- `disable_sidebar`, a boolean value, when set to `true`, it hides the sidebar
|
- `disable_sidebar`, a boolean value, when set to `true`, it hides the sidebar
|
||||||
- `disable_tabs`, a boolean value, when set to `true`, it deactivates the multi-tabs feature
|
- `disable_tabs`, a boolean value, when set to `true`, it deactivates the multi-tabs feature
|
||||||
- `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature
|
- `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature
|
||||||
|
- `disable_title`, a boolean value, when set to `true`, it disable the app title and set the app icon to hamburger
|
||||||
- `new`, A boolean value, when set to `true`, it triggers the creation
|
- `new`, A boolean value, when set to `true`, it triggers the creation
|
||||||
and storage of a dummy release Bundle during the current workflow
|
and storage of a dummy release Bundle during the current workflow
|
||||||
run.
|
run.
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
"app_name": "DWDS",
|
"app_name": "DWDS",
|
||||||
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-11-20.zim",
|
"zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-11-20.zim",
|
||||||
"enforced_lang": "de",
|
"enforced_lang": "de",
|
||||||
"disable_read_aloud": true
|
"disable_read_aloud": true,
|
||||||
|
"disable_title": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user