mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Unify variable names
This commit is contained in:
@ -60,7 +60,7 @@ namespace osu.Game.Configuration
|
||||
Set(OsuSetting.ExternalLinkWarning, true);
|
||||
Set(OsuSetting.PreferNoVideo, false);
|
||||
|
||||
Set(OsuSetting.AllowExplicitContent, false);
|
||||
Set(OsuSetting.ShowOnlineExplicitContent, false);
|
||||
|
||||
// Audio
|
||||
Set(OsuSetting.VolumeInactive, 0.25, 0, 1, 0.01);
|
||||
@ -272,6 +272,6 @@ namespace osu.Game.Configuration
|
||||
EditorWaveformOpacity,
|
||||
DiscordRichPresence,
|
||||
AutomaticallyDownloadWhenSpectating,
|
||||
AllowExplicitContent,
|
||||
ShowOnlineExplicitContent,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user