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:
parent
dfb3fef9e1
commit
f1912a281c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user