mirror of
https://github.com/osukey/osukey.git
synced 2025-07-22 19:00:05 +09:00
Reword setting to make more sense
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Settings.Sections.Online
|
|||||||
},
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
LabelText = "Hide warnings for explicit content in beatmaps",
|
LabelText = "Show explicit content in search results",
|
||||||
Keywords = new[] { "nsfw", "18+", "offensive" },
|
Keywords = new[] { "nsfw", "18+", "offensive" },
|
||||||
Current = config.GetBindable<bool>(OsuSetting.ShowOnlineExplicitContent),
|
Current = config.GetBindable<bool>(OsuSetting.ShowOnlineExplicitContent),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user