implement cancel button to cancel login profedure and continue with the

next entry
This commit is contained in:
2024-08-08 11:58:50 +02:00
parent 83e0d81ebe
commit e0e54adb5d
5 changed files with 27 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ class Entry:
if self.gui:
worker.messageContent = self.scrapurl
worker.dialog_closed=False
worker.pwprompt.emit() #signal to mainthread
worker.pwprompt.emit() #signal to mainthread run showDialog and wait for close
while not worker.dialog_closed:
time.sleep(1)
pass