Skip to content

Commit 909ac07

Browse files
authored
Merge pull request #53 from hnez/status-led-dim
ui: reduce idle brightness of the status led
2 parents 803b208 + 71c44d3 commit 909ac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ impl Ui {
161161
led_status_pattern.set(pattern_locator_on.clone());
162162
} else {
163163
// Green light when locator is off
164-
led_status_color.set((0.0, 1.0, 0.0));
164+
led_status_color.set((0.0, 0.23, 0.0));
165165
led_status_pattern.set(pattern_locator_off.clone());
166166
}
167167
}

0 commit comments

Comments
 (0)