* Create `MM²` icon
 * Allow to change default electron icon to this icon
This commit is contained in:
Bugsounet - Cédric
2024-03-28 12:37:18 +01:00
committed by GitHub
parent fd44445ec3
commit d9926fad79
3 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ function createWindow () {
let electronOptionsDefaults = {
width: electronSize.width,
height: electronSize.height,
icon: "mm2.png",
x: 0,
y: 0,
darkTheme: true,