1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 10:22:56 +08:00

Use Count property

This commit is contained in:
Shane Woolcock 2019-02-28 21:46:49 +09:00
parent dfb3fef9e1
commit f1912a281c

View File

@ -165,7 +165,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
private void windowModesChanged()
{
if (windowModes.Count() > 1)
if (windowModes.Count > 1)
windowModeDropdown.Show();
else
windowModeDropdown.Hide();