Full Screen Button Disable Problem

Bug report

Environment

  • Platform: macOS
  • Platform version: Sonoma 14.3.1
  • App Version: Version 5.8.0-beta.1

Screenshot 2024-03-08 at 12.37.08

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?

Hi Tahsin,

Thanks for the report!

Looks like an Electron’s bug:

I’ll be updating Electron to fix it.

As a workaround, please edit config.json like so:

{
  "*": {
    "core": {
      "mainWindow": {
        "fullscreen": false  // <-- change this
      }
    }
  }
}

Hi Takuya

Thank you for your answer. I resolved this problem with config.json

I’m gonna wait that you upload electron version :slight_smile:

Best regards

1 Like

I’ll mark this topic as resolved when publishing a new version :slight_smile:

It should be fixed in v5.8.0-beta.2 :raised_hands:
Thanks again for reporting.

1 Like