|
@@ -86,7 +86,7 @@ namespace Phihong_EVSE_UI_Tool
|
|
|
if (File.Exists(idleCustomImgPath))
|
|
|
{
|
|
|
Utility.LoadImageFromPath(uxIdleImage, idleCustomImgPath);
|
|
|
- File.Copy(initCustomImgPath, Path.Combine(Utility.OUTPUT_DIRECTORY, Utility.BG_IDLE), true);
|
|
|
+ File.Copy(idleCustomImgPath, Path.Combine(Utility.OUTPUT_DIRECTORY, Utility.BG_IDLE), true);
|
|
|
Utility.ChangedFiles[Utility.BG_IDLE] = true;
|
|
|
mySettings.IsIdleDefault = false;
|
|
|
}
|