MCPcopy Create free account
hub / github.com/dialect-app/dialect / loading

Method loading

dialect/widgets/speech_button.py:38–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.progress_bar.props.visible = False
37
38 def loading(self):
39 self.stack.props.visible_child_name = "loading"
40 self.props.tooltip_text = _("Loading…")
41 self.progress_bar.props.visible = False

Callers 2

load_ttsMethod · 0.80
_on_speechMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected