non-main thread call fixed
This commit is contained in:
@ -14,6 +14,7 @@ type Config struct {
|
||||
MainWindowSizeX int `json:"sizeX"`
|
||||
MainWindowSizeY int `json:"sizeY"`
|
||||
Font string `json:"font"`
|
||||
Verbosity string `json:"verbosity"`
|
||||
}
|
||||
|
||||
func LoadConfig() *Config {
|
||||
|
Reference in New Issue
Block a user