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();
|
||||
|
||||
BrowserWindow.win = new bw(this.options);
|
||||
if (process.platform === "win32" && (utils.getStoreValue('visual.transparent') ?? false)) {
|
||||
var electronVibrancy = require('electron-vibrancy-updated');
|
||||
electronVibrancy.SetVibrancy(BrowserWindow.win, 0);
|
||||
// cant be built in CI
|
||||
// if (process.platform === "win32" && (utils.getStoreValue('visual.transparent') ?? false)) {
|
||||
// var electronVibrancy = require('electron-vibrancy-updated');
|
||||
// electronVibrancy.SetVibrancy(BrowserWindow.win, 0);
|
||||
|
||||
}
|
||||
// }
|
||||
const ws = new wsapi(BrowserWindow.win)
|
||||
ws.InitWebSockets()
|
||||
// and load the renderer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue