Quit autofill menu after autofill
This commit is contained in:
parent
ca7505328b
commit
2460b4b943
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class MainWindow(Gtk.ApplicationWindow):
|
|||
def do_autotype(username, password):
|
||||
time.sleep(0.5)
|
||||
goldwarden.autotype(username, password)
|
||||
GLib.idle_add(lambda: self.show())
|
||||
os._exit(0)
|
||||
autotypeThread = Thread(target=do_autotype, args=(self.history_list.get_selected_row().username, self.history_list.get_selected_row().password,))
|
||||
autotypeThread.start()
|
||||
print(self.history_list.get_selected_row().get_title())
|
||||
|
|
|
|||
Loading…
Reference in a new issue