mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Set setup screen as default when opening
This commit is contained in:
@ -130,7 +130,7 @@ namespace osu.Game.Tournament
|
||||
},
|
||||
};
|
||||
|
||||
SetScreen(typeof(ScheduleScreen));
|
||||
SetScreen(typeof(SetupScreen));
|
||||
}
|
||||
|
||||
public void SetScreen(Type screenType)
|
||||
|
Reference in New Issue
Block a user