feat: group information
This commit is contained in:
parent
7873a0ff58
commit
95de3b4267
|
@ -43,7 +43,6 @@ Rectangle {
|
|||
Text {
|
||||
id: channelIdentifier
|
||||
color: Theme.darkGrey
|
||||
// TODO change this in case of private message
|
||||
text: {
|
||||
switch(chatsModel.activeChannel.chatType){
|
||||
case Constants.chatTypePublic: return qsTr("Public chat")
|
||||
|
|
Loading…
Reference in New Issue