Skip to content

Commit

Permalink
Added a new icon, reduced window size
Browse files Browse the repository at this point in the history
  • Loading branch information
Dizi0 committed Jun 3, 2021
1 parent 7f5e88f commit dc3ff82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body{
color: #c1c1c1;
}
.container {
margin-top: 25%;
margin-top: 15%;
}
.backup{
background-color: #009688;
Expand Down
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ function createWindow () {
// Create the browser window.

const mainWindow = new BrowserWindow({

width: 800,
height: 600,
icon : './build/icon.png',
width: 470,
height: 400,
resizable: false,
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true,


}
})
mainWindow.setMenuBarVisibility(false)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tekken-save-manager",
"version": "1.0.2",
"version": "1.1.2",
"description": "A Tekken Save Manager",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit dc3ff82

Please # to comment.