mirror of
https://github.com/readest/readest.git
synced 2026-04-30 12:31:02 +00:00
fix(tts): fixed listener of tts events (#2349)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
This commit is contained in:
parent
dd5371d2fd
commit
78e61060d2
16 changed files with 351 additions and 33 deletions
|
|
@ -19,6 +19,8 @@ const COMMANDS: &[&str] = &[
|
|||
"set_screen_brightness",
|
||||
"get_external_sdcard_path",
|
||||
"request_manage_storage_permission",
|
||||
"check_permissions",
|
||||
"request_permissions",
|
||||
"checkPermissions",
|
||||
"requestPermissions",
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue