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

Include the option to show native window controls without titlebar #2956

Closed
gardc opened this issue Nov 24, 2021 · 2 comments
Closed

Include the option to show native window controls without titlebar #2956

gardc opened this issue Nov 24, 2021 · 2 comments
Labels

Comments

@gardc
Copy link
Contributor

gardc commented Nov 24, 2021

Is your feature request related to a problem? Please describe.
Shipping a modern desktop app, it's frustrating not having the option for native window controls on a window without the window titlebar. E.g. on macOS, a window that is filled with the app's content but still has the traffic light controls intact.
This results in frameless Tauri applications having to include their own window controls, which doesn't follow the native window interaction design and can lead to poor UX.
Electron has this options as explained in its docs here.

Describe the solution you'd like
I'd like a solution resembling Electron's, where you can set title bar style to hidden which will still show the native window controls without a titlebar.

Describe alternatives you've considered
Including the native window controls on a frameless window, and then having the configuration option to remove the window controls.

Example:
Screenshot 2021-11-24 at 15 24 53

@FabianLars
Copy link
Member

Possible duplicate of #2663?

@gardc
Copy link
Contributor Author

gardc commented Nov 24, 2021

Yup, it is @FabianLars! Missed that one 😅

@gardc gardc closed this as completed Nov 24, 2021
@lucasfernog lucasfernog added status: invalid This is not a valid issue and removed status: duplicate labels Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants