GameGodS3 / DropPoint

Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
https://droppoint.netlify.app/
GNU General Public License v3.0
901 stars 59 forks source link

[Bug Fix]: Fix remove window buttons on MacOs #16

Closed AJAYK-01 closed 3 years ago

AJAYK-01 commented 3 years ago

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.

2021-10-09_22 32 32

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.

Screenshot 2021-10-09 at 10 35 18 PM

Release Notes

Fixed an Issue where the OS native Window buttons persisted on MacOs.

GameGodS3 commented 3 years ago

Thank You! Merging