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