Commit bf74e879 authored by Lorenz Meier's avatar Lorenz Meier

RSSI indicator: Indicate full for 95 percent or greater

parent d33df110
......@@ -51,7 +51,7 @@ Item {
return "/qmlimages/Signal40.svg"
if (percent < 80)
return "/qmlimages/Signal60.svg"
if (percent < 100)
if (percent < 95)
return "/qmlimages/Signal80.svg"
return "/qmlimages/Signal100.svg"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment