Closed AJAYK-01 closed 3 years ago
On MacOs just setting frame: false didn't seem to remove the OS's native title bar window buttons like in Windows and Linux.
frame: false
This PR adds a small change and adds setWindowButtonVisibility(false); parameter which seems to fix the issue on MacOs.
setWindowButtonVisibility(false);
This change has not been tested on Windows and Linux.
Tested on MacOs and Confirmed the change fixes the issue.
Fixed an Issue where the OS native Window buttons persisted on MacOs.
Thank You! Merging
Context
On MacOs just setting
frame: false
didn't seem to remove the OS's native title bar window buttons like in Windows and Linux.Description of the Change
This PR adds a small change and adds
setWindowButtonVisibility(false);
parameter which seems to fix the issue on MacOs.Possible Drawbacks
This change has not been tested on Windows and Linux.
Verification Process
Tested on MacOs and Confirmed the change fixes the issue.
Release Notes
Fixed an Issue where the OS native Window buttons persisted on MacOs.