mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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
|
else
|
||||||
resolutionDropdown.Hide();
|
resolutionDropdown.Hide();
|
||||||
});
|
}, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
letterboxing.BindValueChanged(isVisible =>
|
letterboxing.BindValueChanged(isVisible =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user