Derive device name from system information.

Minor UI tweaks.
This commit is contained in:
Black Hat
2019-04-22 20:29:10 +08:00
parent 4557b91ec6
commit 3779735282
2 changed files with 24 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ Drawer {
font.bold: true
wrapMode: Label.Wrap
text: room ? room.displayName : "No Name"
color: MPalette.foreground
}
Label {
@@ -191,6 +192,7 @@ Drawer {
Layout.fillWidth: true
text: name
color: MPalette.foreground
}
}