Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 15, 2024
1 parent 89f232b commit ccfb185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ ApplicationWindow {
// just banner that we will try again
__notificationModel.addInfo( qsTr( "Somebody else is syncing, we will try again later" ) )
}
else if ( errorType === MM.SyncError.MonthlyContributorsLimitHit){
else if ( errorType === MM.SyncError.MonthlyContributorsLimitHit ){
monthlyContributorsLimitDialog.open()
}
else
Expand Down

0 comments on commit ccfb185

Please # to comment.