How do I only hide the title bar without compromising on the round corners and the "headlights" in MacOS? #4088
-
The only way to hide the title bar I found is to do this: "windows": [
{
"decorations": false
} But instead of only hiding the title bar, it cancels the round corners and the "headlights"... |
Beta Was this translation helpful? Give feedback.
Answered by
JonasKruckenberg
May 9, 2022
Replies: 1 comment 2 replies
-
You can copy paste this solution here: #2663 (comment) until PR #3965 is merged. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rosnerdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can copy paste this solution here: #2663 (comment) until PR #3965 is merged.