Show custom brightness command in gui
This commit is contained in:
parent
bf69ef7e8a
commit
e936f7439d
@ -541,8 +541,8 @@ void SettingsWindow::loadSystemValues()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// set custom brightness command
|
// set custom brightness command
|
||||||
if (getparams[26] == "1") {
|
if (getparams[26] != "0") {
|
||||||
ui_->labelCustomBrightnessCommand->setText("Enabled");
|
ui_->labelCustomBrightnessCommand->setText(getparams[26] + " brvalue");
|
||||||
} else {
|
} else {
|
||||||
ui_->labelCustomBrightnessCommand->setText("Disabled");
|
ui_->labelCustomBrightnessCommand->setText("Disabled");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user