Skip to content

Commit

Permalink
Add back macOS precheck
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 21, 2024
1 parent b4077fc commit 033b7c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private void updateDisplaySettingsVisibility()
private void updateScreenModeWarning()
{
// Can be removed once we stop supporting SDL2.
if (!FrameworkEnvironment.UseSDL3)
if (RuntimeInfo.OS == RuntimeInfo.Platform.macOS && !FrameworkEnvironment.UseSDL3)
{
if (windowModeDropdown.Current.Value == WindowMode.Fullscreen)
windowModeDropdown.SetNoticeText(LayoutSettingsStrings.FullscreenMacOSNote, true);
Expand Down

0 comments on commit 033b7c1

Please sign in to comment.