Skip to content

Commit

Permalink
Do not assume root activity link is the correct "join call" link
Browse files Browse the repository at this point in the history
Use the link in the activity's 'links'

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jan 24, 2025
1 parent 191f349 commit 38fcf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/CallNotificationDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ ApplicationWindow {
Layout.preferredHeight: Style.callNotificationPrimaryButtonMinHeight

onClicked: {
Qt.openUrlExternally(root.link);
Qt.openUrlExternally(modelData.link);
root.closeNotification();
}

Expand Down

0 comments on commit 38fcf7c

Please sign in to comment.