mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
move separator to not appear after an empty list
This commit is contained in:
parent
3f879a57ff
commit
a23f67748b
1 changed files with 1 additions and 1 deletions
|
@ -44,8 +44,8 @@ DownloadCheatsPage::DownloadCheatsPage(uint64_t tid) : AppletFrame(true, true)
|
||||||
toggles.push_back(std::make_pair(listItem, cheat["id"]));
|
toggles.push_back(std::make_pair(listItem, cheat["id"]));
|
||||||
list->addView(listItem);
|
list->addView(listItem);
|
||||||
}
|
}
|
||||||
|
list->addView(new brls::ListItemGroupSpacing(true));
|
||||||
}
|
}
|
||||||
list->addView(new brls::ListItemGroupSpacing(true));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue