Fully implement settings
This commit is contained in:
@@ -31,6 +31,11 @@ type (
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
WailsGenericAck struct {
|
||||
Success bool `json:"success"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
Weight struct {
|
||||
rowid int
|
||||
date time.Time
|
||||
|
Reference in New Issue
Block a user