Create "User Interface" settings section

This commit is contained in:
Bartłomiej Dach
2020-11-29 22:00:15 +01:00
parent 3e5a6981b9
commit a5c4a8d2e9
8 changed files with 35 additions and 8 deletions

View File

@ -27,7 +27,6 @@ namespace osu.Game.Overlays.Settings.Sections
new AudioDevicesSettings(),
new VolumeSettings(),
new OffsetSettings(),
new MainMenuSettings()
};
}
}