1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix wiki main page not displaying custom layout

This commit is contained in:
Joseph Madamba 2024-01-08 14:16:05 -08:00
parent 70ba5dd0d3
commit 58619f1684

View File

@ -137,7 +137,7 @@ namespace osu.Game.Overlays
wikiData.Value = response;
path.Value = response.Path;
if (response.Layout == index_path)
if (response.Layout == index_path.ToLowerInvariant())
{
LoadDisplay(new WikiMainPage
{