1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Make highlight messages important in order to trigger window flash

This commit is contained in:
Bartłomiej Dach 2023-08-22 09:00:59 +02:00
parent aa29e00578
commit 142abe1fd0
No known key found for this signature in database

View File

@ -182,8 +182,6 @@ namespace osu.Game.Online.Chat
private readonly Message message;
private readonly Channel channel;
public override bool IsImportant => false;
[BackgroundDependencyLoader]
private void load(OsuColour colours, ChatOverlay chatOverlay, INotificationOverlay notificationOverlay)
{