controlcenter: minor warning fix
This commit is contained in:
parent
ec8da25d19
commit
fc2640c1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Item {
|
||||||
MaterialIcon {
|
MaterialIcon {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
animate: true
|
animate: true
|
||||||
text: Icons.getBluetoothIcon(root.device.icon)
|
text: Icons.getBluetoothIcon(root.device?.icon ?? "")
|
||||||
font.pointSize: Appearance.font.size.extraLarge * 3
|
font.pointSize: Appearance.font.size.extraLarge * 3
|
||||||
font.bold: true
|
font.bold: true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue