Remove extra back button on InstallZipScreen in texture case

This commit is contained in:
Henrik Rydgård 2024-10-15 16:00:21 +02:00
parent 7fa668fc35
commit cc32950804

View File

@ -112,7 +112,6 @@ void InstallZipScreen::CreateViews() {
installChoice_ = rightColumnItems->Add(new Choice(iz->T("Install")));
installChoice_->OnClick.Handle(this, &InstallZipScreen::OnInstall);
backChoice_ = rightColumnItems->Add(new Choice(di->T("Back")));
showDeleteCheckbox = true;
} else if (zipFileInfo_.contents == ZipFileContents::SAVE_DATA) {