Skip to content

Commit fae91eb

Browse files
committed
Version 0.0.10
// "+" Added // "~" Modified // "-" Removed
1 parent 9983742 commit fae91eb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

main.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
166171
function 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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"/>

0 commit comments

Comments
 (0)