mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-04 03:32:29 +00:00
Remove extra back button on InstallZipScreen in texture case
This commit is contained in:
parent
7fa668fc35
commit
cc32950804
@ -112,7 +112,6 @@ void InstallZipScreen::CreateViews() {
|
|||||||
|
|
||||||
installChoice_ = rightColumnItems->Add(new Choice(iz->T("Install")));
|
installChoice_ = rightColumnItems->Add(new Choice(iz->T("Install")));
|
||||||
installChoice_->OnClick.Handle(this, &InstallZipScreen::OnInstall);
|
installChoice_->OnClick.Handle(this, &InstallZipScreen::OnInstall);
|
||||||
backChoice_ = rightColumnItems->Add(new Choice(di->T("Back")));
|
|
||||||
|
|
||||||
showDeleteCheckbox = true;
|
showDeleteCheckbox = true;
|
||||||
} else if (zipFileInfo_.contents == ZipFileContents::SAVE_DATA) {
|
} else if (zipFileInfo_.contents == ZipFileContents::SAVE_DATA) {
|
||||||
|
Loading…
Reference in New Issue
Block a user