mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Introduce 'Capture menu cursor' setting
This commit is contained in:
@ -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)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user