mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-07 11:26:48 +02:00
Fixed bad commit (branching strategy needs to be implemented)
This commit is contained in:
@@ -443,9 +443,6 @@ RetroFE::RETROFE_STATE RetroFE::ProcessUserInput(Page *page)
|
|||||||
{
|
{
|
||||||
Config.SetCurrentCollection(NextPageItem->GetName());
|
Config.SetCurrentCollection(NextPageItem->GetName());
|
||||||
CollectionInfo *info = GetCollection(NextPageItem->GetName());
|
CollectionInfo *info = GetCollection(NextPageItem->GetName());
|
||||||
MenuParser mp;
|
|
||||||
mp.GetMenuItems(info);
|
|
||||||
CurrentPage->PushCollection(info);
|
|
||||||
|
|
||||||
MenuParser mp;
|
MenuParser mp;
|
||||||
mp.GetMenuItems(info);
|
mp.GetMenuItems(info);
|
||||||
|
|||||||
Reference in New Issue
Block a user