Persist Tauri window state between launches (#5871)

This commit is contained in:
Anthony Stirling
2026-03-05 16:18:25 +00:00
committed by GitHub
parent 98835ce7b5
commit ba2d10a75b
4 changed files with 22 additions and 1 deletions

View File

@@ -54,6 +54,9 @@
"dialog:allow-open",
"dialog:allow-save",
"opener:default",
"shell:allow-open"
"shell:allow-open",
"window-state:allow-filename",
"window-state:allow-restore-state",
"window-state:allow-save-window-state"
]
}