disable this for now
This commit is contained in:
parent
a26cb2380c
commit
c5d86cd707
1 changed files with 5 additions and 4 deletions
|
@ -322,11 +322,12 @@ export class BrowserWindow {
|
||||||
this.startWebServer();
|
this.startWebServer();
|
||||||
|
|
||||||
BrowserWindow.win = new bw(this.options);
|
BrowserWindow.win = new bw(this.options);
|
||||||
if (process.platform === "win32" && (utils.getStoreValue('visual.transparent') ?? false)) {
|
// cant be built in CI
|
||||||
var electronVibrancy = require('electron-vibrancy-updated');
|
// if (process.platform === "win32" && (utils.getStoreValue('visual.transparent') ?? false)) {
|
||||||
electronVibrancy.SetVibrancy(BrowserWindow.win, 0);
|
// var electronVibrancy = require('electron-vibrancy-updated');
|
||||||
|
// electronVibrancy.SetVibrancy(BrowserWindow.win, 0);
|
||||||
|
|
||||||
}
|
// }
|
||||||
const ws = new wsapi(BrowserWindow.win)
|
const ws = new wsapi(BrowserWindow.win)
|
||||||
ws.InitWebSockets()
|
ws.InitWebSockets()
|
||||||
// and load the renderer.
|
// and load the renderer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue