mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-09-10 01:55:37 +02:00
Fixed linux case sensitivity issue with splash screen path.
This commit is contained in:
@@ -524,7 +524,7 @@ Page *RetroFE::LoadPage(std::string collectionName)
|
|||||||
}
|
}
|
||||||
Page *RetroFE::LoadSplashPage()
|
Page *RetroFE::LoadSplashPage()
|
||||||
{
|
{
|
||||||
PageBuilder pb("splash", "", Config, &FC);
|
PageBuilder pb("Splash", "", Config, &FC);
|
||||||
std::vector<Item *> *coll = new std::vector<Item *>();
|
std::vector<Item *> *coll = new std::vector<Item *>();
|
||||||
Page * page = pb.BuildPage();
|
Page * page = pb.BuildPage();
|
||||||
page->SetItems(coll);
|
page->SetItems(coll);
|
||||||
|
|||||||
Reference in New Issue
Block a user