mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Use Count property
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user