IsmaelMartinez / teams-for-linux

Unofficial Microsoft Teams for Linux client
GNU General Public License v3.0
2.86k stars 234 forks source link

Hide Title Bar #1444

Open jorge-uptio opened 1 week ago

jorge-uptio commented 1 week ago

Is your feature request related to a problem? Please describe. I'm trying to hide the title-bar in liinux, I know it's possible using electron, just can't find it in this app. I also know there's an older issue on this topic - but doesn't seem to work properly issue

Describe the solution you'd like Have a flag in the configuration to activate it the "frame: false" option in electron when creating the window

Thanks!

IsmaelMartinez commented 1 week ago

Hey, can you find the options in electron? Last time I tried this it was a frameless window (meaning, you only see the app, like a kiosk) that covers the whole screen.

Things might have changed, as they changed in the past. It used to be possible but then they removed it.

If you can find more info, I would be happy to check if we can try it out.

IsmaelMartinez commented 6 days ago

nope, I was wrong and I think there is a wee bug. Probably when I was doing some refactoring a while ago. It does do full screen, so not hiding the bar as such. I will see when I got some time to fix it. Nice catch and thanks for reporting.

jorge-uptio commented 6 days ago

Thank you very much!

IsmaelMartinez commented 3 days ago

The bug should be fixed in https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.11.2 (pre-release). Can you confirm? Thanks