mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix dragged state not being exposed correctly
This commit is contained in:
parent
92beb6cbe7
commit
e06a0f7300
@ -63,6 +63,8 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
public virtual bool Read { get; set; }
|
||||
|
||||
public new bool IsDragged => dragContainer.IsDragged;
|
||||
|
||||
protected virtual IconUsage CloseButtonIcon => FontAwesome.Solid.Check;
|
||||
|
||||
[Resolved]
|
||||
|
Loading…
Reference in New Issue
Block a user