Add true to BindValueChanged call to hide resolution dropdown when starting in windowed mode

This commit is contained in:
AtomCrafty 2018-10-01 13:12:34 +02:00
parent 1fe5ed5524
commit 6c55efdf20

View File

@ -102,7 +102,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
} }
else else
resolutionDropdown.Hide(); resolutionDropdown.Hide();
}); }, true);
} }
letterboxing.BindValueChanged(isVisible => letterboxing.BindValueChanged(isVisible =>