diff --git a/build/appx/Square150x150Logo.png b/build/appx/Square150x150Logo.png index 82560ca0..730eb946 100644 Binary files a/build/appx/Square150x150Logo.png and b/build/appx/Square150x150Logo.png differ diff --git a/build/appx/Square44x44Logo.png b/build/appx/Square44x44Logo.png index f48e964b..444becef 100644 Binary files a/build/appx/Square44x44Logo.png and b/build/appx/Square44x44Logo.png differ diff --git a/build/appx/StoreLogo.png b/build/appx/StoreLogo.png index 44a2b95f..0ba72c45 100644 Binary files a/build/appx/StoreLogo.png and b/build/appx/StoreLogo.png differ diff --git a/build/appx/Wide310x150Logo.png b/build/appx/Wide310x150Logo.png index bb0f55c2..fbe0e56b 100644 Binary files a/build/appx/Wide310x150Logo.png and b/build/appx/Wide310x150Logo.png differ diff --git a/build/icon.icns b/build/icon.icns index 52353eb5..1184fc2c 100644 Binary files a/build/icon.icns and b/build/icon.icns differ diff --git a/build/icon.ico b/build/icon.ico index a1225f26..b6c03b6e 100644 Binary files a/build/icon.ico and b/build/icon.ico differ diff --git a/docs/gh-logo.png b/docs/gh-logo.png index 193179c4..973e6a7e 100644 Binary files a/docs/gh-logo.png and b/docs/gh-logo.png differ diff --git a/docs/logo.png b/docs/logo.png index 9ce8a7fa..c733755d 100644 Binary files a/docs/logo.png and b/docs/logo.png differ diff --git a/src/main/index.js b/src/main/index.js index f580340a..79a2b243 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -92,13 +92,15 @@ else { // on macOS it is common to re-create a window even after all windows have been closed if (mainWindow === null) { mainWindow = await createMainWindow(); - mainWindow.webContents.openDevTools(); + if (isDevelopment) + mainWindow.webContents.openDevTools(); } }); // create main BrowserWindow when electron is ready app.on('ready', async () => { mainWindow = await createMainWindow(); - mainWindow.webContents.openDevTools(); + if (isDevelopment) + mainWindow.webContents.openDevTools(); }); } diff --git a/src/renderer/components/TheTitleBar.vue b/src/renderer/components/TheTitleBar.vue index 0a309670..f919a94b 100644 --- a/src/renderer/components/TheTitleBar.vue +++ b/src/renderer/components/TheTitleBar.vue @@ -133,7 +133,7 @@ export default { .titlebar-logo { height: $titlebar-height; - padding: 0 0.4rem; + padding: 0.3rem 0.4rem; } .titlebar-element { diff --git a/src/renderer/images/logo-16.png b/src/renderer/images/logo-16.png index e5afe1e9..bf0db5f7 100644 Binary files a/src/renderer/images/logo-16.png and b/src/renderer/images/logo-16.png differ diff --git a/src/renderer/images/logo-32.png b/src/renderer/images/logo-32.png index 96f1f24b..8d6b9988 100644 Binary files a/src/renderer/images/logo-32.png and b/src/renderer/images/logo-32.png differ diff --git a/src/renderer/images/logo.png b/src/renderer/images/logo.png index ab017b43..c733755d 100644 Binary files a/src/renderer/images/logo.png and b/src/renderer/images/logo.png differ diff --git a/src/renderer/images/logo.svg b/src/renderer/images/logo.svg index 226d31d1..88b09347 100644 --- a/src/renderer/images/logo.svg +++ b/src/renderer/images/logo.svg @@ -1,6 +1,154 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +