-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Enable Frameless / Hide Title Bar #185
Comments
Thanks for the feature request. I think this will be possible by using a Frameless window https://electronjs.org/docs/api/frameless-window#frameless-window Adding To make it configurable, follow the config.webDebug approach from line: https://github.com/IsmaelMartinez/teams-for-linux/blob/develop/app/mainAppWindow/index.js#L47 That is pulled from the config folder https://github.com/IsmaelMartinez/teams-for-linux/tree/develop/app/config I have no time at the moment but happy to merge PRs |
I'm gonna try it on this weekend. |
Let me know if you need more info/help. Might be easier to chat in gitter channel. |
Updated the links after the refactoring. |
hey @rt3norio , let me know if you need any extra help. You can always add a PR with where you are and I can guide you a bit more. Thanks! |
When down the route of the menu option. Electron has a few menu options that can be added and the toggle. From here: https://electronjs.org/docs/api/menu-item?q=togglefullscreen#menuitemmenu I will close this as this fulfils your alternative solution. It should be in snap edge 0.6.4 (building as I write) |
just pre-released 0.6.6 so people that don't use snap can test it also. |
What's the status of this issue ? |
Is your feature request related to a problem? Please describe.
I would like to be able to remove the window title bar, so i can have bigger 'work area' when on fullscreen, because my notebook resolution is not great.
Describe the solution you'd like
I would like to have a setting or checkbox that on the next app start would remove the title bar.
Describe alternatives you've considered
I could press F11 to achieve the same funcionality
Additional context
I don't think there is any more information that i can give
Thanks in advance
The text was updated successfully, but these errors were encountered: