How to adjust macOS traffic light position? #3814
-
Just like electron. const { BrowserWindow } = require('electron')
const win = new BrowserWindow({
titleBarStyle: 'hidden',
trafficLightPosition: { x: 10, y: 10 }
}) |
Beta Was this translation helpful? Give feedback.
Answered by
leaanthony
Oct 10, 2024
Replies: 1 comment 2 replies
-
You can't. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. Cocoa applications conform to Apple's Human Interface Guidelines. The reason Electron allows this, is because they use a fake titlebar.