Skip to content

Commit

Permalink
notification type added to error
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 27, 2024
1 parent ca81c85 commit e01c713
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

1 comment on commit e01c713

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.5.625211 just submitted!

Please sign in to comment.