This commit is contained in:
Lemmy
2026-02-23 13:54:29 -05:00
parent 3f8f4156f8
commit 90e44d6edd
2 changed files with 22 additions and 20 deletions
@@ -35,10 +35,12 @@ ColumnLayout {
return baseLabel + "(" + autoDeviceName + ")";
}
readonly property var backlightDeviceOptions: {
var options = [{
var options = [
{
"key": "",
"name": automaticOptionLabel
}];
}
];
var devices = BrightnessService.availableBacklightDevices || [];
for (var i = 0; i < devices.length; i++) {