1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +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
parent 1fe5ed5524
commit 6c55efdf20

View File

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