mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-09 18:36:03 +02:00
* feat(window-state): support using a custom filename ref: https://github.com/tauri-apps/plugins-workspace/pull/1079 * generate api * fmt
7 lines
212 B
Markdown
7 lines
212 B
Markdown
---
|
|
"window-state": "patch"
|
|
"window-state-js": "patch"
|
|
---
|
|
|
|
Add `Builder::with_filename` to support using a custom filename. Also add `AppHandleExt::file_name` and a similar function in JS, to retrieve it later.
|