mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-25 02:03:40 +01:00
Merge remote-tracking branch '2FanFicFare/master' into metadata
This commit is contained in:
commit
dfa46a14cb
1 changed files with 4 additions and 1 deletions
|
|
@ -358,7 +358,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