Fix opening QR code
This commit is contained in:
@@ -125,7 +125,7 @@ Kirigami.Dialog {
|
|||||||
text: root.shareUrl,
|
text: root.shareUrl,
|
||||||
title: root.displayName,
|
title: root.displayName,
|
||||||
subtitle: root.user.id,
|
subtitle: root.user.id,
|
||||||
avatarColor: root.room?.member(root.user.id).color,
|
avatarColor: root.room?.member(root.user.id).color ?? null,
|
||||||
avatarSource: avatar.source,
|
avatarSource: avatar.source,
|
||||||
}) as QrCodeMaximizeComponent;
|
}) as QrCodeMaximizeComponent;
|
||||||
root.close();
|
root.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user