Fix capitalization in get_display_data

This commit is contained in:
Lennard Kittner
2025-11-17 11:49:43 +01:00
parent 61ef91f17a
commit 87b9f9adff

View File

@@ -175,13 +175,13 @@ impl DeviceState {
!self.can_set_automatic_shutdown, !self.can_set_automatic_shutdown,
), ),
( (
"pairing info:", "Pairing info:",
self.pairing_info.map(|c| c.to_string()), self.pairing_info.map(|c| c.to_string()),
"", "",
false, false,
), ),
( (
"product color:", "Product color:",
self.product_color.map(|c| c.to_string()), self.product_color.map(|c| c.to_string()),
"", "",
false, false,