Kesomannen / gale

The lightweight mod manager
https://kesomannen.com/gale
GNU General Public License v3.0
123 stars 11 forks source link

Decimal values on mod's configs aren't being displayed properly #102

Closed broken-usb closed 2 months ago

broken-usb commented 2 months ago

This has been a bug for quite some time but i was a little lazy to report it before since it's mostly just a visual issue.

Most config values will look scuffed inside of Gale, for example: image

But if you open the .cfg file with something else (Notepad++ for example) you will be able to see that it's only a visual bug: image

If you change the config it will look right: image

But not for too long since restarting Gale the config will look scuffed again: image

Default values are also affect by this: image

But, again, by looking at the file with another tool you will be able to see that the value is fine: image

This seems to only happen with Decimals.

broken-usb commented 2 months ago

Just noticed someone already reported this before: #92