mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 02:12:46 +01: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()
|
||||
{
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user