Various tweaks to theme, more code coverage
This commit is contained in:
parent
c3b83b0238
commit
7c3ec19748
17 changed files with 812 additions and 49 deletions
|
|
@ -166,7 +166,7 @@ class AutoResponder:
|
|||
continue
|
||||
|
||||
wid = id(w)
|
||||
# Handle first-run / unlock / save-name prompts (your existing branches)
|
||||
# Handle first-run / unlock / save-name prompts
|
||||
if _looks_like_set_key_dialog(w) or _looks_like_unlock_dialog(w):
|
||||
fill_first_line_edit_and_accept(w, "ci-secret-key")
|
||||
self._seen.add(wid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue