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:
parent
1fe5ed5524
commit
6c55efdf20
@ -102,7 +102,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
}
|
||||
else
|
||||
resolutionDropdown.Hide();
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
|
||||
letterboxing.BindValueChanged(isVisible =>
|
||||
|
Loading…
Reference in New Issue
Block a user