Visual settings: Ignore beatmap skin

This commit is contained in:
TocoToucan
2018-04-20 18:17:57 +03:00
parent 295e1c78ee
commit 606e088713
3 changed files with 33 additions and 4 deletions

View File

@ -15,6 +15,7 @@ namespace osu.Game.Configuration
// UI/selection defaults
Set(OsuSetting.Ruleset, 0, 0, int.MaxValue);
Set(OsuSetting.Skin, 0, 0, int.MaxValue);
Set(OsuSetting.IgnoreBeatmapSkin, false);
Set(OsuSetting.BeatmapDetailTab, BeatmapDetailTab.Details);
@ -133,6 +134,7 @@ namespace osu.Game.Configuration
Skin,
ScreenshotFormat,
ScreenshotCaptureMenuCursor,
SongSelectRightMouseScroll
SongSelectRightMouseScroll,
IgnoreBeatmapSkin
}
}