Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
f91og opened this issue Oct 12, 2023 · 1 comment
Open

Comments

@f91og
Copy link

f91og commented Oct 12, 2023

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

@Wind-Explorer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants