Revert "Merge branch 'develop' of https://github.com/ciderapp/Cider into develop"
This reverts commitbd3a2b6172
, reversing changes made to0fb6802ff3
.
This commit is contained in:
parent
35aa69c2d6
commit
4bed3ca783
5 changed files with 66 additions and 48 deletions
|
@ -88,7 +88,7 @@ export class BrowserWindow {
|
|||
y: undefined,
|
||||
minWidth: 900,
|
||||
minHeight: 390,
|
||||
frame: (process.platform === "linux"),
|
||||
frame: false,
|
||||
title: "Cider",
|
||||
vibrancy: "fullscreen-ui",
|
||||
transparent: process.platform === "darwin",
|
||||
|
@ -130,7 +130,6 @@ 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