1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-10-18 02:21:43 +01:00

restore hekate_ipl download

This commit is contained in:
flb 2022-09-06 21:03:45 +02:00
parent d71dcc1807
commit f583cefb41
2 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ {
"ams": { "ams": {
"Name of Atmosphère pack": "link_to_zip", "Name of Atmosphère pack": "link_to_zip",
"Name of anther pack": "link_to_zip" "Name of another pack": "link_to_zip"
}, },
"misc": { "misc": {
"name of download": "link" "name of download": "link"

View file

@ -34,13 +34,10 @@ ListDownloadTab::ListDownloadTab(const contentType type, const nlohmann::ordered
} }
if (this->type == contentType::bootloaders) { if (this->type == contentType::bootloaders) {
this->setDescription(contentType::payloads);
this->createList(contentType::payloads);
}
if (this->type == contentType::sigpatches) {
this->setDescription(contentType::hekate_ipl); this->setDescription(contentType::hekate_ipl);
this->createList(contentType::hekate_ipl); this->createList(contentType::hekate_ipl);
this->setDescription(contentType::payloads);
this->createList(contentType::payloads);
} }
} }