mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 22:02:56 +08:00
Remove macOS "borderless" recommendation
As of SDL3, this is no longer a thing, and fullscreen should be the preferred execution mode. Probably hold off merging this until we're sure that macOS isn't broken for others in this mode (I had issues locally, such as alt-tabbing being broken sooo...)
This commit is contained in:
parent
21d407680b
commit
c852cf9b8e
@ -269,14 +269,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
private void updateScreenModeWarning()
|
||||
{
|
||||
if (RuntimeInfo.OS == RuntimeInfo.Platform.macOS)
|
||||
{
|
||||
if (windowModeDropdown.Current.Value == WindowMode.Fullscreen)
|
||||
windowModeDropdown.SetNoticeText(LayoutSettingsStrings.FullscreenMacOSNote, true);
|
||||
else
|
||||
windowModeDropdown.ClearNoticeText();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (windowModeDropdown.Current.Value != WindowMode.Fullscreen)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user