mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
Merge pull request #3516 from AtomCrafty/fix-3514
Hide resolution dropdown when starting in windowed mode
This commit is contained in:
commit
91a90ca34a
@ -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