1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 01:04:16 +08:00

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
Unverified
parent 1fe5ed5524
commit 6c55efdf20
@@ -102,7 +102,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
}
else
resolutionDropdown.Hide();
});
}, true);
}
letterboxing.BindValueChanged(isVisible =>