mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Removed redundant qualifiers
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Desktop.Overlays
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(NotificationManager notification, OsuColour colours, TextureStore textures)
|
||||
{
|
||||
this.notificationManager = notification;
|
||||
notificationManager = notification;
|
||||
|
||||
AutoSizeAxes = Axes.Both;
|
||||
Anchor = Anchor.BottomCentre;
|
||||
|
Reference in New Issue
Block a user