Revert "Merge branch 'ciderapp:develop' into develop"
This reverts commit20fd0c05da
, reversing changes made to4937e29fcf
.
This commit is contained in:
parent
20fd0c05da
commit
7f5ad08da3
6 changed files with 48 additions and 70 deletions
|
@ -88,7 +88,7 @@ export class BrowserWindow {
|
|||
y: undefined,
|
||||
minWidth: 900,
|
||||
minHeight: 390,
|
||||
frame: false,
|
||||
frame: (process.platform === "linux"),
|
||||
title: "Cider",
|
||||
vibrancy: "fullscreen-ui",
|
||||
transparent: process.platform === "darwin",
|
||||
|
@ -130,6 +130,7 @@ export class BrowserWindow {
|
|||
this.startWebServer();
|
||||
|
||||
BrowserWindow.win = new bw(this.options);
|
||||
BrowserWindow.win.setMenuBarVisibility(false)
|
||||
const ws = new wsapi(BrowserWindow.win)
|
||||
ws.InitWebSockets()
|
||||
// and load the renderer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue