cagrizorkol
(Tahsin Cagri Zorkol)
March 8, 2024, 9:41am
1
Bug report
Environment
Platform: macOS
Platform version: Sonoma 14.3.1
App Version: Version 5.8.0-beta.1
I updated the last beta version and after that as you can see there is a problem about close buttons. Only close button is active and the others disable. How can i resolve this problem?
craftzdog
(Takuya Matsuyama)
March 8, 2024, 12:35pm
2
Hi Tahsin,
Thanks for the report!
Looks like an Electron’s bug:
electron:28-x-y
← electron:trop/28-x-y-bp-fix-use-hasstylemask-nswindowstylemaskresizable-instead-of-isresizable-for-enabling-disabling-window-maximize-button-1705512240447
opened 05:24PM - 17 Jan 24 UTC
Backport of #40994
See that PR for details.
Notes: fix macOS bug that causes… window maximize button to be disabled in full-screen mode
I’ll be updating Electron to fix it.
As a workaround, please edit config.json
like so:
{
"*": {
"core": {
"mainWindow": {
"fullscreen": false // <-- change this
}
}
}
}
cagrizorkol
(Tahsin Cagri Zorkol)
March 8, 2024, 2:15pm
3
Hi Takuya
Thank you for your answer. I resolved this problem with config.json
I’m gonna wait that you upload electron version
Best regards
1 Like
craftzdog
(Takuya Matsuyama)
March 12, 2024, 12:17am
4
I’ll mark this topic as resolved when publishing a new version
craftzdog
(Takuya Matsuyama)
March 15, 2024, 7:16am
5
It should be fixed in v5.8.0-beta.2
Thanks again for reporting.
1 Like