mirror of
https://github.com/ppy/osu
synced 2025-03-23 11:27:24 +00:00
Add better comments explaining empty actions
This commit is contained in:
parent
705aad262a
commit
01f5c77dac
@ -160,7 +160,7 @@ namespace osu.Game.Overlays.News.Sidebar
|
|||||||
{
|
{
|
||||||
IdleColour = colourProvider.Light2;
|
IdleColour = colourProvider.Light2;
|
||||||
HoverColour = colourProvider.Light1;
|
HoverColour = colourProvider.Light1;
|
||||||
Action = () => { }; // TODO
|
Action = () => { }; // Avoid button being disabled since there's no proper action assigned.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,7 @@ namespace osu.Game.Overlays.News.Sidebar
|
|||||||
{
|
{
|
||||||
IdleColour = colourProvider.Light2;
|
IdleColour = colourProvider.Light2;
|
||||||
HoverColour = colourProvider.Light1;
|
HoverColour = colourProvider.Light1;
|
||||||
Action = () => { }; // TODO
|
Action = () => { }; // Avoid button being disabled since there's no proper action assigned.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user