Skip to content

Commit

Permalink
Changed sync button OK->YES
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubos committed Jul 28, 2023
1 parent f3dd4fb commit e486864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qml/dialogs/MigrateToMerginDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ MessageDialog {
title: qsTr( "Upload project to Mergin?" )
text: qsTr( "This project is currently not uploaded on Mergin. Upload it to Mergin in order to activate synchronization and collaboration. \nClick 'Yes' to upload it." )

buttons: MessageDialog.Ok | MessageDialog.Cancel
buttons: MessageDialog.Yes | MessageDialog.Cancel

onButtonClicked: function(clickedButton) {
if ( clickedButton === MessageDialog.Ok ) {
if ( clickedButton === MessageDialog.Yes ) {
root.migrationRequested()
}
close()
Expand Down

1 comment on commit e486864

@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 23.07.442611 just submitted!

Please sign in to comment.