Skip to content

Commit

Permalink
v1.9.92
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneys committed Jan 11, 2017
1 parent a7a43d3 commit 87cda63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/overlay-manager.js
Expand Up @@ -90,7 +90,7 @@ let removeOverlays = (restart) => {
global.overlays[i].on('closed', () => {
// Remove reference
global.overlays[i] = null;
//delete global.overlays[i];
delete global.overlays[i];
// Last window, restart app to reinitialize
if (index === overlayCount) {
if (restart) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "desktop-dimmer",
"productName": "Desktop Dimmer",
"version": "1.9.91",
"version": "1.9.92",
"description": "Enables darker-than-dark Desktop dimming for your displays",
"license": "MIT",
"homepage": "https://sidneys.github.io/desktop-dimmer",
Expand Down Expand Up @@ -56,7 +56,7 @@
"tinycolor2": "latest"
},
"devDependencies": {
"electron": "^1.4.13",
"electron": "^1.4.14",
"electron-builder": "^11.2.3",
"electron-builder-squirrel-windows": "^11.2.1",
"fkill": "^4.1.0",
Expand Down

0 comments on commit 87cda63

Please sign in to comment.