1
0

qml: fix channel double add to list on open, better display errors

This commit is contained in:
Sander van Grieken
2022-08-26 13:21:49 +02:00
parent e582ae0486
commit b9f381a133
5 changed files with 20 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ Pane {
columns: 2
Label {
text: qsTr('Channel name')
text: qsTr('Node name')
color: Material.accentColor
}