moolicc / Wallop

Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
29 stars 4 forks source link

Fix Cog resolving string properties and erroneously including quotes #184

Open moolicc opened 1 year ago

moolicc commented 1 year ago

Currently, on startup Cog runs over the AppSettings and attempts to load settings into the static member. However, not 100% sure if this is a Cog issue or a setup issue on the Wallop side.

Investigate and move the issue to Cog if necessary.

https://github.com/moolicc/Wallop/blob/25ce03ae17e6198c25a15937cefa1e495d1f2209/src/Wallop/Settings/AppSettings.cs#L21