mirror of
https://github.com/ppy/osu
synced 2025-02-02 11:21:59 +00: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