Revert "Merge branch 'develop' of https://github.com/ciderapp/Cider into develop"

This reverts commit bd3a2b6172, reversing
changes made to 0fb6802ff3.
This commit is contained in:
Core 2022-02-17 03:06:30 +00:00
parent 35aa69c2d6
commit 4bed3ca783
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
5 changed files with 66 additions and 48 deletions

View file

@ -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.