Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "glasstron", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The go-to solution to Electron composition effects", | ||
@@ -48,4 +48,4 @@ "funding": { | ||
"@babel/preset-env": "^7.12.1", | ||
"electron": "~13", | ||
"eslint": "^7.12.1", | ||
"electron": "~15", | ||
"eslint": "^8.0.1", | ||
"windowbar": "^1.7.3" | ||
@@ -52,0 +52,0 @@ }, |
@@ -83,2 +83,3 @@ # Glasstron | ||
- [Lightcord](https://github.com/Lightcord/Lightcord) by Lightcord | ||
- [Glasstron Quick Start](https://github.com/KorbsStudio/glasstron-quick-start) by KorbsStudio | ||
- Want yours featured? Issue a PR! | ||
@@ -85,0 +86,0 @@ |
@@ -63,3 +63,3 @@ /* | ||
setAcrylic(tint = 0x00ffffff){ | ||
setAcrylic(tint = 0x00404040){ | ||
if(!this.supportsAcrylic()) return this.setBlurBehind(tint); | ||
@@ -66,0 +66,0 @@ return this.setWindowCompositionAttribute(4, tint); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2322403
107