app: wire volume and certificate config
This commit is contained in:
@@ -361,6 +361,8 @@ class TuimbleApp(App):
|
|||||||
port=srv.port,
|
port=srv.port,
|
||||||
username=srv.username,
|
username=srv.username,
|
||||||
password=srv.password,
|
password=srv.password,
|
||||||
|
certfile=srv.certfile,
|
||||||
|
keyfile=srv.keyfile,
|
||||||
)
|
)
|
||||||
self._history: list[str] = []
|
self._history: list[str] = []
|
||||||
self._history_idx: int = -1
|
self._history_idx: int = -1
|
||||||
@@ -372,6 +374,8 @@ class TuimbleApp(App):
|
|||||||
input_device=acfg.input_device,
|
input_device=acfg.input_device,
|
||||||
output_device=acfg.output_device,
|
output_device=acfg.output_device,
|
||||||
)
|
)
|
||||||
|
self._audio.input_gain = acfg.input_gain
|
||||||
|
self._audio.output_gain = acfg.output_gain
|
||||||
|
|
||||||
def compose(self) -> ComposeResult:
|
def compose(self) -> ComposeResult:
|
||||||
yield Header()
|
yield Header()
|
||||||
|
|||||||
Reference in New Issue
Block a user