File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ function createWindow(){
162162 mainWindows . webContents . on ( 'will-navigate' , handleRedirect )
163163 mainWindows . webContents . on ( 'new-window' , handleRedirect )
164164
165+ mainWindows . once ( 'ready-to-show' , ( ) => {
166+
167+ mainWindows . center ( ) ;
168+ } )
169+
165170}
166171function createLoader ( ) {
167172 updaterWindows = new BrowserWindow ( {
@@ -198,7 +203,7 @@ function createLoader(){
198203 "settings" :
199204 {
200205 "lang" : "en-EN" ,
201- "autoupdate" : false
206+ "autoupdate" : true
202207 }
203208 }
204209
Original file line number Diff line number Diff line change 11{
22 "name" : " new-world-refining-calculator" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.0.10 " ,
44 "description" : " " ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1313
1414< div id ="frame ">
1515
16- < p id ="title "> NWRC - Version: 1 .0.8 </ p >
16+ < p id ="title "> NWRC - Version: 0 .0.10 </ p >
1717
1818 < div id ="frameMinimizeContainer " class ="frameButton ">
1919 < img id ="frameMinimize " alt ="minimize " width ="16px " height ="16px "/>
You can’t perform that action at this time.
0 commit comments