electron-vibrancy icon indicating copy to clipboard operation
electron-vibrancy copied to clipboard

crash in renderer process

Open vmarquet opened this issue 6 years ago • 0 comments

My app stops working (but without any error message) when using electronVibrancy in the renderer process.

const remote = require('electron').remote
const electronVibrancy = require('electron-vibrancy')

const win = remote.getCurrentWindow()
electronVibrancy.SetVibrancy(win, 2)

Is it supposed to only work in the main process?

vmarquet avatar Mar 16 '18 16:03 vmarquet