1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Remove unnecessary noop action

This commit is contained in:
Dean Herbert 2021-04-27 14:36:11 +09:00
parent 13de571b3c
commit 2673cd3d99

View File

@ -77,8 +77,6 @@ namespace osu.Desktop.Security
{
Icon = FontAwesome.Solid.ShieldAlt;
IconBackgound.Colour = colours.YellowDark;
Activated = () => true;
}
}
}