mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 19:41:49 +00:00
removed popupframe hint
This commit is contained in:
parent
afd745f68b
commit
4415f308e5
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ void DownloadCheatsPage::ShowCheatsContent(nlohmann::ordered_json titles) {
|
||||||
brls::ListItem* listItem;
|
brls::ListItem* listItem;
|
||||||
for(auto& p : titles){
|
for(auto& p : titles){
|
||||||
listItem = new brls::ListItem(p.get<std::string>());
|
listItem = new brls::ListItem(p.get<std::string>());
|
||||||
|
listItem->registerAction("", brls::Key::A, [this] {
|
||||||
|
return true;
|
||||||
|
});
|
||||||
list->addView(listItem);
|
list->addView(listItem);
|
||||||
}
|
}
|
||||||
appView->setContentView(list);
|
appView->setContentView(list);
|
||||||
|
|
Loading…
Reference in a new issue