mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
12 lines
194 B
QML
12 lines
194 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import qs.ui
|
|
import qs.services
|
|
|
|
BarButton {
|
|
hoverHighlight: false
|
|
pointerCursor: false
|
|
label: PowerProfile.name
|
|
iconSource: PowerProfile.icon
|
|
}
|