add header for display temp

This commit is contained in:
Meliox 2025-09-14 18:20:12 +02:00
parent c73c61f37d
commit 6d5d5d3c73

View File

@ -280,6 +280,7 @@ function configure {
#### Temperature Units #### #### Temperature Units ####
#region temp unit setup #region temp unit setup
msgb "\n=== Display temperature ==="
if [ "$SENSORS_DETECTED" = true ]; then if [ "$SENSORS_DETECTED" = true ]; then
local unit=$(ask "Display temperatures in Celsius [C] or Fahrenheit [f]? (C/f)") local unit=$(ask "Display temperatures in Celsius [C] or Fahrenheit [f]? (C/f)")
case "$unit" in case "$unit" in