Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrowserWindow vibrancy not work in 1.6.0 #8714

Closed
ektx opened this issue Feb 18, 2017 · 4 comments
Closed

BrowserWindow vibrancy not work in 1.6.0 #8714

ektx opened this issue Feb 18, 2017 · 4 comments
Assignees
Labels
bug 🪲 bug/regression ↩️ A new version of Electron broke something platform/macOS

Comments

@ektx
Copy link

ektx commented Feb 18, 2017

  • Electron version: 1.6.0
  • Operating system: mac 10.12.3

Expected behavior

Hi everyone, i want to use vibrancy in my app, but it not work! somebody can help me?

const electron = require('electron');
const {app, BrowserWindow} = electron;

function createWindow() {

	let win = new BrowserWindow({
		width: 800,
		height: 600,
		frame: false,
		vibrancy: 'dark'
	})
	
}

app.on('ready', createWindow);
@groundwater
Copy link
Contributor

Hey @ektx thanks for trying out 1.6.0. Can you confirm that this works as expected in our current stable release 1.4.15?

@ektx
Copy link
Author

ektx commented Feb 18, 2017

@groundwater yes, it can work in 1.4.15 !

@gerhardberger
Copy link
Contributor

@groundwater @zeke: I took a look at it and it was just a version check issue. Fixed in #8717

@kevinsawicki
Copy link
Contributor

Fixed in #8717

@kevinsawicki kevinsawicki assigned gerhardberger and unassigned zeke Feb 21, 2017
@kevinsawicki kevinsawicki added the bug/regression ↩️ A new version of Electron broke something label Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 bug/regression ↩️ A new version of Electron broke something platform/macOS
Projects
None yet
Development

No branches or pull requests

5 participants