Skip to content

Commit

Permalink
Declaring splashscreen twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
bompi88 committed Jun 10, 2017
1 parent dd2b65f commit db40f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .index.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function createWindow() {
const testBuild = process.argv[1] && process.argv[1] === 'test-build';

if (!testBuild) {
const splashScreen = new BrowserWindow({
splashScreen = new BrowserWindow({
width: 400,
height: 300,
resizable: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "GrandView",
"productName": "GrandView",
"description": "Helps you structure a large set of information units. Can be used as a tool to plan and gather resources for reports/theses and so on.",
"version": "0.1.0-beta.60",
"version": "0.1.0-beta.61",
"company": "Concept NTNU",
"homepage": "https://github.com/bompi88/grand-view",
"author": {
Expand Down

0 comments on commit db40f0e

Please sign in to comment.