Files
Firelink/src-tauri/tauri.windows.conf.json
T
NimBold f7bafdeb0e feat(ui): persist window state and clarify transfer telemetry
- 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.
2026-08-11 12:17:11 +03:30

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"
}
}
}
}