non-main thread call fixed

This commit is contained in:
2019-10-25 02:26:17 +03:00
parent 8126e68141
commit 4ce0fa74c1
3 changed files with 111 additions and 54 deletions

View File

@ -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 {