apc-extension
apc-extension copied to clipboard
Problems with titleBarStyle
I've tried everything but I can't get the close and minimize buttons on the titleBar to go down, I'm using Linux, distro Pop!_OS 22.04 LTS.
Is there a way to bring the titleBar's close buttons to the title in Linux?
Try adding "window.customTitleBarVisibility": "never"
I can remove the titleBar, but the close and minimize buttons also disappear.
Same on Mac OS M1
I can remove the titleBar, but the close and minimize buttons also disappear.
like this? "apc.electron": { "titleBarStyle": "hidden", },
