mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:56:42 +08:00
Set setup screen as default when opening
This commit is contained in:
parent
b41ac543c5
commit
4b7a421191
@ -130,7 +130,7 @@ namespace osu.Game.Tournament
|
||||
},
|
||||
};
|
||||
|
||||
SetScreen(typeof(ScheduleScreen));
|
||||
SetScreen(typeof(SetupScreen));
|
||||
}
|
||||
|
||||
public void SetScreen(Type screenType)
|
||||
|
Loading…
Reference in New Issue
Block a user