Skip to content
Snippets Groups Projects
Commit bf74e879 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

RSSI indicator: Indicate full for 95 percent or greater

parent d33df110
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment