Skip to content

Commit

Permalink
Closes #22: Logo do Monstreador
Browse files Browse the repository at this point in the history
  • Loading branch information
coppolaop committed Jun 7, 2022
1 parent 70a62b3 commit 1b5f8ff
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ let mainWindow;

function createWindow() {
mainWindow = new BrowserWindow({
title: 'Tale Manager',
title: 'Monstreador',
width: 800,
height: 600,
frame: false,
icon: `${__dirname}/public/img/electron-logo.png`,
icon: `${__dirname}/public/img/monstreador-logo.png`,
webPreferences: {
nodeIntegration: true
},
Expand All @@ -56,7 +56,7 @@ function createWindow() {

if (isDev) {
//mainWindow.webContents.openDevTools();
mainWindow.setIcon(path.join(__dirname, '/public/img/react-logo.png'));
mainWindow.setIcon(path.join(__dirname, '/public/img/monstreador-dev-logo.png'));
}

mainWindow.on('closed', () => {
Expand Down
Binary file removed public/img/electron-logo.png
Binary file not shown.
Binary file modified public/img/monstreador-dev-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/monstreador-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/react-logo.png
Binary file not shown.

0 comments on commit 1b5f8ff

Please sign in to comment.