mirror of
https://github.com/ppy/osu
synced 2025-03-20 18:08:25 +00:00
Add spacer to menu
This commit is contained in:
parent
b2c0b013aa
commit
2fb8895e66
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user