mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-19 07:36:17 +00:00
f7bafdeb0e
- Persist bounded logical main-window geometry with work-area-safe startup restoration. - Persist the Folders collapse preference in SQLite with guarded legacy localStorage migration. - Keep media transfer telemetry truthful and compact the transfer controls across locales. - Add bridge, presentation, persistence, geometry, and configuration regression coverage.
25 lines
423 B
JSON
25 lines
423 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"create": false,
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": true,
|
|
"decorations": false,
|
|
"shadow": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["app", "dmg"],
|
|
"macOS": {
|
|
"signingIdentity": "-",
|
|
"hardenedRuntime": true
|
|
}
|
|
}
|
|
}
|