mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Change ChatMessageNotification's LabelText
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Settings.Sections.Online
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Show chat message notifications",
|
||||
LabelText = "Show private message notifications",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.ChatMessageNotification)
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user