This commit is contained in:
committed by
Jakob Borg
parent
682ffcb8ed
commit
5161f03f02
@@ -93,3 +93,7 @@ func (c GUIConfiguration) IsValidAPIKey(apiKey string) bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
func (c GUIConfiguration) Copy() GUIConfiguration {
|
||||
return c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user