Details
Description
The value for "Shutdown Client after being idle for X minutes" does not load from .xml, it always shows 5 mins.
Sems like we miss a load function in code:
PowerSchedulerClientSetup.cs around line 52 think it's missing this,
idleNumericUpDown.Value = reader.GetValueAsInt("psclientplugin", "idletimeout", 5);
h4. Steps to Reproduce
MP Config -> Plugin -> PowerScheduler Client plugin & enable -> Configure, set Shutdown client etc value to 2 & close, if you reopen configure option again the value shows 5 as it was before..
h4. Additional Information
Found on forum & confirmed.
Sems like we miss a load function in code:
PowerSchedulerClientSetup.cs around line 52 think it's missing this,
idleNumericUpDown.Value = reader.GetValueAsInt("psclientplugin", "idletimeout", 5);
h4. Steps to Reproduce
MP Config -> Plugin -> PowerScheduler Client plugin & enable -> Configure, set Shutdown client etc value to 2 & close, if you reopen configure option again the value shows 5 as it was before..
h4. Additional Information
Found on forum & confirmed.