mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08: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;
|
wikiData.Value = response;
|
||||||
path.Value = response.Path;
|
path.Value = response.Path;
|
||||||
|
|
||||||
if (response.Layout == index_path)
|
if (response.Layout == index_path.ToLowerInvariant())
|
||||||
{
|
{
|
||||||
LoadDisplay(new WikiMainPage
|
LoadDisplay(new WikiMainPage
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user