-
-
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
Adding frame config option and removing electron remote library #1471
Adding frame config option and removing electron remote library #1471
Conversation
IsmaelMartinez
commented
Nov 9, 2024
•
edited
Loading
edited
- Adding frame config option to allow for frameless windows. Closes Hide Title Bar #1444
- Remove @electron/remote as I believe is not in use.
|
Uhmm... shouldn't this have a default value of "true" instead of "false"?
I got jumpscared by the lack of title bar after updating to 1.11.4 😅 |
Me bad... I really need some holidays. I will fix it later today and
probably release it in a new pre-release. Thanks for reporting it!
…On Mon, 11 Nov 2024, 05:16 Juanmi, ***@***.***> wrote:
Uhmm... shouldn't this have a default value of "true" instead of "false"?
frame: { default: false, describe: 'Specify false to create a Frameless
Window. Default is true', type: 'string' },
I got jumpscared by the lack of title bar after updating to 1.11.4 😅
—
Reply to this email directly, view it on GitHub
<#1471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJHECACJ4WNRYFJBJQ7TD2AA4RLAVCNFSM6AAAAABRO6DIAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXGI2TKNJYHA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
ok, https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.11.5 should have that as a optional option, not the default. Thanks again for reporting it! |
https://github.com/IsmaelMartinez/teams-for-linux/blob/main/app/config/README.md still reads "false" in the "Default Value" (third) column: frame Specify false to create a Frameless Window. Default is true false I would suggest fixing that column's value, and dropping the "Default is true" sentence completely from the second column, as it is redundant. |
yep, it looks like a bug. I will see when i can have a look but I think is just the type that is incorrect as described in here #1444 (comment) . Apologies as I have been away due personal family reasons. |