Need traffic light position setting
Is your feature request related to a problem? Please describe.
we need to set TrafficLightPosition in title bar:
TitleBar: &mac.TitleBar{ TitlebarAppearsTransparent: true, HideTitle: true, HideTitleBar: false, FullSizeContent: true, UseToolbar: false, }
Describe the solution you'd like
Need add TrafficLightPosition setting in this config
Any ideas how to change position at the moment?
Looking into adding this as an enhancement. Not super familiar with Objective-C but I also need this feature. Got something potentially working following what Electron is doing, will post updated probably in the next week or so.
v2 or v3? You didn't post your wails doctor output? Did you try mac.TitleBarHiddenInset() like it says here: https://wails.io/docs/reference/options#titlebar-struct
If this is for v3, feel free to open it again.
Probably needs to be reopened. This is about the position of the traffic lights and mac.TitleBarHiddenInset() doesn't address that.
Specifically op is requesting something like:
(Excuse my bad drawing, I'm doing this from my phone in bed at 4am)
It doesn't?
Discussed on discord. The feedback is that there are public APIs for arbitrary positioning which we could use for this.