Skip to content

Commit

Permalink
fix: no window close button on linux and windows
Browse files Browse the repository at this point in the history
I don't know why we were using a frameless electron window. On macOS, all that is needed is

```
  "titleBarStyle": "hiddenInset",
```
  • Loading branch information
starpit committed Aug 29, 2022
1 parent cda2080 commit fa1b30e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/plugin-client-default/config.d/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"bodyCss": "codeflare",
"width": 1204,
"height": 800,
"frame": false,
"titleBarStyle": "hiddenInset",
"defaultTheme": "PatternFly4 Light"
}

0 comments on commit fa1b30e

Please sign in to comment.