Skip to content

The titleBarStyle window option in package.json for electron-app does not get applied on Linux. #13565

Answered by msujew
aghayanlena asked this question in General
Discussion options

You must be logged in to vote

Hey @aghayanlena,

You need to set the correct preference in the package.json for this to correctly take effect:

{
  "theia": {
    "target": "browser",
    "frontend": {
      "config": {
        "applicationName": "Custom electron-app",
        "preferences": {
          "window.titleBarStyle": "custom"
        }
      }
    }
  }
}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@aghayanlena
Comment options

@msujew
Comment options

@aghayanlena
Comment options

@msujew
Comment options

@aghayanlena
Comment options

Answer selected by msujew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants