bitsdojo_window icon indicating copy to clipboard operation
bitsdojo_window copied to clipboard

How to totally hide title bar(title and 3 buttons in left-top) in macos

Open f91og opened this issue 2 years ago • 1 comments

image I can hide title, but cannot hide these 3 buttons, how can I hide them?

f91og avatar Oct 12 '23 09:10 f91og

You can open the following "file" in Xcode:

YOUR_PROJECT/macos/Runner.xcworkspace

and locate the following file within the opened Xcode project:

From there you can select this entry in the secondary sidebar:

Then you can edit the window's property in the right sidebar, including disabling window control buttons. disable all three and the buttons are gone.

Note that when I tried it myself things got a lil bit wonky regarding the window so perform this at your own risk.

Wind-Explorer avatar Jan 03 '24 12:01 Wind-Explorer