mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update some out of date code pieces
This commit is contained in:
@ -61,8 +61,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
SetDefault(OsuSetting.ShowOnlineExplicitContent, false);
|
||||
|
||||
Set(OsuSetting.ChatHighlightName, true);
|
||||
Set(OsuSetting.ChatMessageNotification, true);
|
||||
SetDefault(OsuSetting.ChatHighlightName, true);
|
||||
SetDefault(OsuSetting.ChatMessageNotification, true);
|
||||
|
||||
// Audio
|
||||
SetDefault(OsuSetting.VolumeInactive, 0.25, 0, 1, 0.01);
|
||||
|
Reference in New Issue
Block a user