fsr icon indicating copy to clipboard operation
fsr copied to clipboard

Profile names can't have spaces

Open teejusb opened this issue 2 years ago • 0 comments

When creating a profile with spaces, on next server restart the profile will fail to parse as it expects an exact number of space separated elements. This causes the profile to fail to load, and then the settings will get wiped when we attempt to next save the file.

We can migrate to a better representation for configuration (e.g. a JSON file) that does handle space separated strings as expected.

teejusb avatar Feb 04 '23 18:02 teejusb