Fix :restart deleting the given --basedir
This commit is contained in:
parent
577c6270ad
commit
1dbedbc474
@ -141,6 +141,7 @@ Fixed
|
|||||||
- Fixed crash when cancelling a download after doing `:prompt-open-download`
|
- Fixed crash when cancelling a download after doing `:prompt-open-download`
|
||||||
- Fixed crash when writing a download to disk fails with
|
- Fixed crash when writing a download to disk fails with
|
||||||
`:prompt-open-download`.
|
`:prompt-open-download`.
|
||||||
|
- Fixed `:restart` deleting the basedir when it was given with `--basedir`.
|
||||||
|
|
||||||
v0.8.1
|
v0.8.1
|
||||||
------
|
------
|
||||||
|
@ -539,6 +539,7 @@ class Quitter:
|
|||||||
argdict['session'] = session
|
argdict['session'] = session
|
||||||
argdict['override_restore'] = False
|
argdict['override_restore'] = False
|
||||||
# Ensure :restart works with --temp-basedir
|
# Ensure :restart works with --temp-basedir
|
||||||
|
if self._args.temp_basedir:
|
||||||
argdict['temp_basedir'] = False
|
argdict['temp_basedir'] = False
|
||||||
argdict['temp_basedir_restarted'] = True
|
argdict['temp_basedir_restarted'] = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user