mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-13 16:12:18 +00:00
persistence UI fix
This commit is contained in:
parent
501864a83a
commit
c4e657c1ef
@ -1325,7 +1325,9 @@ class TrezorClientDebugLink(TrezorClient):
|
|||||||
return self.debug.layout_type
|
return self.debug.layout_type
|
||||||
|
|
||||||
def get_new_client(self) -> TrezorClientDebugLink:
|
def get_new_client(self) -> TrezorClientDebugLink:
|
||||||
return TrezorClientDebugLink(self.transport, self.debug.allow_interactions)
|
new_client = TrezorClientDebugLink(self.transport, self.debug.allow_interactions)
|
||||||
|
new_client.debug.screenshot_recording_dir = self.debug.screenshot_recording_dir
|
||||||
|
return new_client
|
||||||
|
|
||||||
def reset_debug_features(self, new_management_session: bool = False) -> None:
|
def reset_debug_features(self, new_management_session: bool = False) -> None:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user