Fix bug dropping selected disk info
We don't need to reset disk_index_dest to None since it would be reset before it's used anyway
This commit is contained in:
parent
e5f476f48d
commit
8a65313039
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ impl State {
|
|||
}
|
||||
|
||||
pub fn reset_all(&mut self) {
|
||||
self.disk_index_dest = None;
|
||||
self.wim_file_index = None;
|
||||
self.wim_image_index = None;
|
||||
if let Ok(mut sources) = self.wim_sources.lock() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue