mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-09 17:25:42 +00:00
1ddfaec338
- Set shadow: false on Windows main and Properties window builders to prevent rectangular DWM shadow bleed behind rounded corners. - Refine active and inactive window frame tokens across themes for subtle, non-glaring boundaries. - Apply a 0.5px hairline window border rule specifically on macOS to match native Retina AppKit window strokes. - Synchronize document platform dataset attribute on app boot across main and Properties windows. - Update and extend window configuration and platform synchronization test suites.
27 lines
470 B
JSON
27 lines
470 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": true,
|
|
"decorations": false,
|
|
"shadow": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["nsis"],
|
|
"windows": {
|
|
"nsis": {
|
|
"installerIcon": "icons/icon.ico",
|
|
"uninstallerIcon": "icons/icon.ico"
|
|
}
|
|
}
|
|
}
|
|
}
|