We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7494c commit 4abf67aCopy full SHA for 4abf67a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "u_Stair",
3
"productName": "U Stair",
4
- "version": "0.2.1-Beta",
+ "version": "0.2.2-Beta",
5
"description": "A grade curriculum schedule manager",
6
"main": "src/index.js",
7
"scripts": {
src/js/mainHome.js
@@ -100,7 +100,6 @@ function makeWorkSpaceWindow() {
100
101
// Create the browser window.
102
workSpaceWindow = new BrowserWindow({
103
- parent: welcomeWin,
104
width: 800,
105
minWidth: 800,
106
height: 600,
0 commit comments