Restore previous window state on launch (#247)

This commit is contained in:
Gerhard Tan
2025-06-13 09:58:27 +08:00
committed by GitHub
parent dc5516ecbd
commit 44b7357ede
4 changed files with 57 additions and 7 deletions

View File

@ -15,6 +15,7 @@ type App struct {
CheckUpdate bool `json:"checkUpdate"`
Defaults DefaultValue `json:"defaults"`
Sort []string `json:"sort,omitempty"`
Position []int32 `json:"position,omitempty"`
}
type DefaultValue struct {