GenieClient / genie3

This Organization of Genie Client is a Community focused development of Conny's Open Source Version of GenieClient
GNU General Public License v3.0
4 stars 2 forks source link

Globals.cs Line 17 Compiler Error #20

Closed arc118 closed 2 years ago

arc118 commented 2 years ago

private Config _Config = new();

should be

private Config _Config = new Config();

issue

mj-colonel-panic commented 2 years ago

Fixed in newest release https://github.com/GenieClient/genie3/releases/tag/3.6.1.1