mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 02:13:39 +08:00
Add spacer to menu
This commit is contained in:
@@ -68,6 +68,7 @@ namespace osu.Game.Screens.Edit
|
||||
Items = new[]
|
||||
{
|
||||
new EditorMenuItem("Export", MenuItemType.Standard, exportBeatmap),
|
||||
new EditorMenuItemSpacer(),
|
||||
new EditorMenuItem("Exit", MenuItemType.Standard, Exit)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user