Unify variable names

This commit is contained in:
Dean Herbert
2021-01-17 22:40:24 +09:00
parent addd463d26
commit 5fd644fc57
11 changed files with 29 additions and 29 deletions

View File

@ -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,
}
}