добавила лого разных форматов в папку Images, убрала padding у wrapper, чуть уменьшила время переходов у май диалог

This commit is contained in:
alisagerasimova
2026-03-28 12:19:13 +03:00
parent f52fbd2f5d
commit 373467aebd
7 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: width,
height: height,
icon: './public/images/logo.jpg',
icon: './public/images/logo32x32.jpg',
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
},