mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Merge branch 'master' into more-inspections
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
|
||||
public bool Bounding
|
||||
{
|
||||
get { return bounding; }
|
||||
get => bounding;
|
||||
set
|
||||
{
|
||||
bounding = value;
|
||||
@ -339,7 +339,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
|
||||
public Color4 StatusColour
|
||||
{
|
||||
set { statusIcon.FadeColour(value, 500, Easing.OutQuint); }
|
||||
set => statusIcon.FadeColour(value, 500, Easing.OutQuint);
|
||||
}
|
||||
|
||||
public UserDropdownHeader()
|
||||
|
Reference in New Issue
Block a user