Moved tab position to not conflict with traffic lights on MacOS

This commit is contained in:
2025-08-13 10:09:46 +12:00
parent 80b9354fce
commit e0cdc9f0bb
4 changed files with 34 additions and 4 deletions
+21 -1
View File
@@ -10,7 +10,8 @@
"license": "ISC",
"devDependencies": {
"electron": "^37.2.4",
"electron-builder": "^23.0.0"
"electron-builder": "^23.0.0",
"electron-nightly": "^39.0.0-nightly.20250811"
}
},
"node_modules/@develar/schema-utils": {
@@ -1470,6 +1471,25 @@
"node": ">= 10.0.0"
}
},
"node_modules/electron-nightly": {
"version": "39.0.0-nightly.20250811",
"resolved": "https://registry.npmjs.org/electron-nightly/-/electron-nightly-39.0.0-nightly.20250811.tgz",
"integrity": "sha512-WXL3vsoEZjtZCrgxgoBx7+pZYFz5LqKakO5ndkxnCZdDOGcHgPZ++DRVuoWIkL1yDW+ksIEJ/3kc/2gLN6llyQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^22.7.7",
"extract-zip": "^2.0.1"
},
"bin": {
"electron": "cli.js"
},
"engines": {
"node": ">= 12.20.55"
}
},
"node_modules/electron-osx-sign": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.6.0.tgz",