-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Frameless window #158
Comments
This is on our internal roadmap for 2020 already. Glad to see you are interested. |
Status: waiting for Boscop/web-view#130 to be merged |
This is added in the dev branch, and will available in the next release 🎉. |
For those who want to know: // javascript
appWindow.setDecorations(false); or via tauri.conf.json
|
It is possible to only "hide" the frame (like electron) ? |
its supported here at https://github.com/pykeio/millennium which is a tauri fork |
Is it possible to hide the title bar but keep the window close/minimize/maximize buttons? |
Have you figured it out? I'm also interested doing this |
Describe the solution you'd like
An option to spawn a window without a frame or "chrome" border/title bar/window controls (min/max/restore/close), requiring the app to supply it's own window controls
Additional context
The text was updated successfully, but these errors were encountered: