Set use borderless window useless on Linux

DefaultGame.ini
[/Script/EngineSettings.GeneralProjectSettings]
……
bUseBorderlessWindow=True

It works on 4.18.3 and 4.19.2 ,but it doesn’t work on 4.20.2

MySystem is CentOS7

I checked the source and comment out && PLATFORM_WINDOWS,it work

GameEngine.cpp
Line457   const bool bUseBorderlessWindow = GetProjectSettingBool(TEXT("bUseBorderlessWindow"), false) && PLATFORM_WINDOWS;
//
SGameLayerManager.cpp
Line118   bIsGameUsingBorderlessWindow = GetDefault<UGeneralProjectSettings>()->bUseBorderlessWindow && PLATFORM_WINDOWS;

I don't understand why to restrict to Windows platform.

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks