mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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…
x
Reference in New Issue
Block a user