feat(window-state): add flags to control what is saved/restored

This commit is contained in:
amrbashir
2023-01-23 19:46:54 +02:00
parent 4ff7843581
commit 47e85ad06d
3 changed files with 147 additions and 85 deletions
+2 -1
View File
@@ -15,4 +15,5 @@ serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
bincode = "1.3"
bincode = "1.3"
bitflags = "1"