Reimplement chat settings from stable

This commit is contained in:
Craftplacer
2019-12-16 00:45:33 +01:00
parent fedbac74e4
commit 6e812ebd56
4 changed files with 75 additions and 2 deletions

View File

@ -49,6 +49,12 @@ namespace osu.Game.Configuration
Set(OsuSetting.ExternalLinkWarning, true);
Set(OsuSetting.ChatHighlightName, true);
Set(OsuSetting.ChatMessageNotification, true);
Set(OsuSetting.HighlightWords, string.Empty);
Set(OsuSetting.IgnoreList, string.Empty);
// Audio
Set(OsuSetting.VolumeInactive, 0.25, 0, 1, 0.01);
@ -180,6 +186,10 @@ namespace osu.Game.Configuration
ScalingSizeX,
ScalingSizeY,
UIScale,
IntroSequence
IntroSequence,
ChatHighlightName,
ChatMessageNotification,
HighlightWords,
IgnoreList
}
}