ControlApp serializing it's own configuration file immediately after de-serializing it #392
Labels
ControlApp
UI-related only
DSHMC-v3
New Version 3 control app related
enhancement
New feature or request
Milestone
On startup, ControlApp de-serializes the user data config file and then serializes the loaded contents again, effectively rewriting the files with no changes.
To prevent unnecessary rewrites it's ecessary to either change the parameter responsible for causing the overwrite from TRUE to FALSE or removing altogether the parameter from the method
DsHidMini/ControlApp/Models/DshmConfigManager/DshmConfigManager.cs
Line 266 in 8f2ae1b
DsHidMini/ControlApp/Models/DshmConfigManager/JsonDshmUserData.cs
Line 25 in 8f2ae1b
The text was updated successfully, but these errors were encountered: