From e01c71372094522b3f7091134bba26c8755945f8 Mon Sep 17 00:00:00 2001 From: VitorVieiraZ Date: Mon, 27 May 2024 11:24:13 -0300 Subject: [PATCH] notification type added to error --- app/qml/main.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {