피드백 화면 Visible 버그 수정

main V8.6.0
DESKTOP-S459P9R\LSJ 2026-01-22 16:19:23 +09:00
parent e7e8a94ad1
commit 3d823f93bd
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -160,6 +160,8 @@ namespace INT89DB_26.Controls
this.labelTitlePulseWidth.Visible = visible;
this.labelPulseWidth.Visible = visible;
this.labelBoardStatus.Visible = visible;
this.smartLabel4.Visible = visible;
this.smartLabel7.Visible = visible;
}
public void UpdateFeedbackDisplay(FeedbackConfiguration feedback, SystemConfigurationItem system, ProductItem product)