Skip to content

Commit 4abf67a

Browse files
author
afmorenosa
committed
Fix a bug that do nos show the window in the panel
1 parent cf7494c commit 4abf67a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "u_Stair",
33
"productName": "U Stair",
4-
"version": "0.2.1-Beta",
4+
"version": "0.2.2-Beta",
55
"description": "A grade curriculum schedule manager",
66
"main": "src/index.js",
77
"scripts": {

src/js/mainHome.js

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ function makeWorkSpaceWindow() {
100100

101101
// Create the browser window.
102102
workSpaceWindow = new BrowserWindow({
103-
parent: welcomeWin,
104103
width: 800,
105104
minWidth: 800,
106105
height: 600,

0 commit comments

Comments
 (0)