Adapt qml for qt5 and qt6
This commit is contained in:
committed by
Tobias Fella
parent
63a17b5985
commit
98e86f887b
@@ -113,7 +113,7 @@ QQC2.Dialog {
|
||||
RoomManager.enterRoom(roomListItem.currentRoom);
|
||||
root.close();
|
||||
}
|
||||
bold: roomListItem.notificationCount > 0
|
||||
@BASICLISTITEM_BOLD@: roomListItem.notificationCount > 0
|
||||
label: roomListItem.displayName ?? ""
|
||||
labelItem.textFormat: Text.PlainText
|
||||
subtitle: roomListItem.subtitleText
|
||||
|
||||
Reference in New Issue
Block a user