feat(bar): add home latency indicator widget

This commit is contained in:
tux
2026-08-23 18:17:53 +05:30
parent 3b01362a5a
commit ab15dcf0ac
4 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
pragma ComponentBehavior: Bound
import qs.ui
import qs.services
BarButton {
hoverHighlight: false
pointerCursor: false
label: Home.latency >= 0 ? `${Home.latency} ms` : "NA"
iconSource: Home.icon
}