mirror of
https://github.com/ppy/osu
synced 2024-12-16 20:05:41 +00:00
Fix wiki main page not displaying custom layout
This commit is contained in:
parent
70ba5dd0d3
commit
58619f1684
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user