메인화면 피드백 버튼 수정

main
DESKTOP-S459P9R\LSJ 2025-12-18 20:25:17 +09:00
parent d73aa19565
commit ee8bb78581
1 changed files with 1 additions and 1 deletions

View File

@ -986,7 +986,7 @@ namespace INT63DC_6CH.Forms
break;
}
#endregion
this.UpdateDisplayButton(SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.DOWN, SmartButton.BUTSTATUS.UP);
this.UpdateDisplayButton(SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.UP, SmartButton.BUTSTATUS.DOWN);
}
}