mirror of https://github.com/ppy/osu
Set setup screen as default when opening
This commit is contained in:
parent
b41ac543c5
commit
4b7a421191
|
@ -130,7 +130,7 @@ private void load(LadderInfo ladder, Storage storage)
|
|||
},
|
||||
};
|
||||
|
||||
SetScreen(typeof(ScheduleScreen));
|
||||
SetScreen(typeof(SetupScreen));
|
||||
}
|
||||
|
||||
public void SetScreen(Type screenType)
|
||||
|
|
Loading…
Reference in New Issue