mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix #1984
This commit is contained in:
parent
27b4a8dd51
commit
1fd6aef9c9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def wizard_dialog(func):
|
|||
try:
|
||||
out = func(*args, **kwargs)
|
||||
except GoBack:
|
||||
wizard.go_back()
|
||||
wizard.go_back() if wizard.can_go_back() else wizard.close()
|
||||
return
|
||||
except UserCancelled:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue