mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Visual settings: Ignore beatmap skin
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user