Closed luo10 closed 11 months ago
Same problem on m1 using only the BDW_CUSTOM_FRAME flag.
When I add the BDW_HIDE_ON_STARTUP flag, however, nothing shows up and if I try to click the app from the dock the console says Lost connection to device.
There is a Pull-Request #184
@bitsdojo may that fix the problem?
@luo10 @mathewthe2 I use that package in combination with https://pub.dev/packages/flutter_acrylic and there is a method Window.hideWindowControls();
that does exactly that, maybe you can try that for now!?
I see such code that hide custom buttons for macOS.
@bitsdojo So, this issue isn't a bug, right?
@maxd There's no bug. The window control buttons on macOS are "not supposed to be touched", unless you have a reason to. Either we should them as they are to stay uniform to the platform specific.
this does not work as in the example, the button in the top left corner is not hidden...