mirror of
https://github.com/koho/frpmgr.git
synced 2025-10-20 16:03:47 +08:00
Restore previous window state on launch (#247)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user