mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-20 02:19:03 +05:30
12 lines
190 B
QML
12 lines
190 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import qs.ui
|
|
import qs.services
|
|
|
|
BarButton {
|
|
hoverHighlight: false
|
|
pointerCursor: false
|
|
label: Network.statusText
|
|
iconSource: Network.icon
|
|
}
|