Introduce 'Capture menu cursor' setting

This commit is contained in:
TocoToucan
2018-03-23 22:53:06 +03:00
parent 092ba4833e
commit dd5cc59250
3 changed files with 11 additions and 1 deletions

View File

@ -30,6 +30,11 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
{
LabelText = "Screenshot format",
Bindable = config.GetBindable<ScreenshotFormat>(OsuSetting.ScreenshotFormat)
},
new SettingsCheckbox
{
LabelText = "Capture menu cursor",
Bindable = config.GetBindable<bool>(OsuSetting.ScreenshotCaptureMenuCursor)
}
};
}