mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 14:35:01 -04:00
fix fan box initial values
This commit is contained in:
@@ -54,6 +54,11 @@ OpenRGBFanPage::OpenRGBFanPage(FanController *dev, QWidget *parent) :
|
||||
ui->SpeedSlider->setValue(device->fans[i].speed_cmd);
|
||||
ui->RPMValue->setText(QString::number(device->fans[i].rpm_rdg));
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Set to current values |
|
||||
\*-----------------------------------------------------*/
|
||||
on_FanBox_currentIndexChanged(0);
|
||||
}
|
||||
|
||||
OpenRGBFanPage::~OpenRGBFanPage()
|
||||
|
||||
Reference in New Issue
Block a user