mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Make compose mode the default
Hopefully we can keep this at a ScreenSelectionTabControl level, but it may need to be moved to the Editor at some point. I'm leaving that for a future change however, if it's needed.
This commit is contained in:
parent
d432ab7510
commit
c0b394811f
@ -33,6 +33,8 @@ namespace osu.Game.Screens.Edit.Menus
|
||||
Height = 1,
|
||||
Colour = Color4.White.Opacity(0.2f),
|
||||
});
|
||||
|
||||
Current.Value = EditorScreenMode.Compose;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user