mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-02 06:04:56 +01:00
Polish Fetch from Email, add auto-reject feature.
This commit is contained in:
parent
beef2ebadc
commit
a5b162b187
1 changed files with 4 additions and 1 deletions
|
|
@ -354,7 +354,10 @@ class AddNewDialog(SizePersistedDialog):
|
|||
extrapayload=None):
|
||||
# rather than mutex in fff_plugin, just bail here if it's
|
||||
# already in use.
|
||||
if self.isVisible(): return
|
||||
if self.isVisible():
|
||||
if url_list_text: # add to open box.
|
||||
self.url.setText( '\n'.join([self.get_urlstext(), url_list_text]) )
|
||||
return
|
||||
|
||||
try:
|
||||
self.go_signal.disconnect()
|
||||
|
|
|
|||
Loading…
Reference in a new issue