We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c0408 commit cd224ccCopy full SHA for cd224cc
selfdrive/ui/mici/layouts/settings/developer.py
@@ -17,6 +17,7 @@ def __init__(self, back_callback: Callable):
17
super().__init__()
18
self.set_back_callback(back_callback)
19
20
+ # TODO: bug! callback should dictate success/fail for nested dialogs
21
def github_username_callback(username: str):
22
if username:
23
ssh_keys = SshKeyAction()
0 commit comments