From 554801dfe4ebf032cd79be6903db4ce59fd2c340 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 16 Nov 2024 12:34:47 -0500 Subject: [PATCH] Make sure RoomInformation's source is type url --- src/qml/RoomInformation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/RoomInformation.qml b/src/qml/RoomInformation.qml index 1275a386f..2bfef0e76 100644 --- a/src/qml/RoomInformation.qml +++ b/src/qml/RoomInformation.qml @@ -219,7 +219,7 @@ QQC2.ScrollView { required property int index required property string name required property string userId - required property string avatar + required property url avatar required property int powerLevel required property string powerLevelString