Skip to content

Commit

Permalink
⬆️ notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed May 21, 2016
1 parent 30943ee commit 58b4980
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions notifications/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var app = require('app');
var BrowserWindow = require('browser-window');
const {app, BrowserWindow} = require('electron');

let mainWindow;

var mainWindow = null;
app.on('ready', function() {
mainWindow = new BrowserWindow({width: 800, height: 600});
mainWindow.loadUrl('file://' + __dirname + '/window.html');
mainWindow.loadURL('file://' + __dirname + '/window.html');
});
2 changes: 1 addition & 1 deletion notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name" : "notification-demo",
"version" : "0.1.0",
"version" : "1.1.0",
"main" : "main.js"
}
Binary file added notifications/slack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58b4980

Please sign in to comment.