1
0
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:
Dan Balasescu 2018-10-02 09:34:54 +09:00 committed by GitHub
commit 91a90ca34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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