Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Jun 18, 2024
1 parent 7725d4d commit 6e1a79e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guiwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,7 @@ void guiWindow::on_customLEDstaticSpinbox_valueChanged(int arg1)
ui->customLEDstaticBtn1->setEnabled(true);
ui->customLEDstaticBtn2->setEnabled(true);
ui->customLEDstaticBtn3->setEnabled(true);
break;
default:
ui->customLEDstaticBtn1->setEnabled(false);
ui->customLEDstaticBtn2->setEnabled(false);
Expand Down

0 comments on commit 6e1a79e

Please sign in to comment.