Skip to content

Commit

Permalink
drawer page adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Feb 29, 2024
1 parent 3dec727 commit a5f6e26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gallery/qml/pages/DrawerPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ Page {
text: "MMSyncFailedDialog"

onClicked: {
drawer4.open()
syncFailedDialog.open()
}
}

MMButton {
text: "MMNoPermissionsDialog"

onClicked: {
drawer5.open()
noPermissionsDialog.open()
}
}
}
Expand Down Expand Up @@ -207,10 +207,10 @@ Page {
}

MMSyncFailedDialog {
id: drawer4
id: syncFailedDialog
}

MMNoPermissionsDialog {
id: drawer5
id: noPermissionsDialog
}
}

1 comment on commit a5f6e26

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

Please sign in to comment.