Fix SetUserName screen

This commit is contained in:
2Shirt 2026-01-23 17:59:37 -08:00
parent ab31cf07de
commit 02880340f8
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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 {