Fix SetUserName screen
This commit is contained in:
parent
ab31cf07de
commit
02880340f8
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ impl App {
|
|||
}
|
||||
Mode::SetUserName => {
|
||||
if let Ok(wim_sources) = self.state.wim_sources.lock()
|
||||
&& let Some(index) = self.state.wim_image_index
|
||||
&& let Some(index) = self.state.wim_file_index
|
||||
{
|
||||
let image = wim_sources.get_file(index);
|
||||
if image.is_backup {
|
||||
|
|
|
|||
Loading…
Reference in a new issue