mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-24 06:17:44 +03:00
Quit autofill menu after autofill
This commit is contained in:
parent
ca7505328b
commit
2460b4b943
@ -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 New Issue
Block a user