diff --git a/app/qml/main.qml b/app/qml/main.qml index 0b4f0118e..2051c4439 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -837,9 +837,8 @@ ApplicationWindow { syncFailedDialog.detailedText = qsTr( "Details" ) + ": " + errorMessage if ( willRetry ) { - // TODO: open sync failed dialogue when clicked on the notification - //HERE1) - __notificationModel.addError( qsTr( "There was an issue during synchronisation, we will try again. Click to learn more" ) ) + __notificationModel.addError( qsTr( "There was an issue during synchronisation, we will try again. Click to learn more" ), + MM.NotificationType.ShowSyncFailedDialog ) } else {