Add multilingual STT support and config UI/runtime updates
This commit is contained in:
parent
ed950cb7c4
commit
4a69c3d333
26 changed files with 2207 additions and 465 deletions
|
|
@ -34,7 +34,9 @@ class DesktopAdapter(Protocol):
|
|||
state_getter: Callable[[], str],
|
||||
on_quit: Callable[[], None],
|
||||
*,
|
||||
on_setup_wizard: Callable[[], None] | None = None,
|
||||
on_open_settings: Callable[[], None] | None = None,
|
||||
on_show_help: Callable[[], None] | None = None,
|
||||
on_show_about: Callable[[], None] | None = None,
|
||||
is_paused_getter: Callable[[], bool] | None = None,
|
||||
on_toggle_pause: Callable[[], None] | None = None,
|
||||
on_reload_config: Callable[[], None] | None = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue