Skip to content

Commit

Permalink
Merge pull request #125 from saeugetier/bugfix/122-delay-button-for-d…
Browse files Browse the repository at this point in the history
…eleting-photos-has-no-delay

Bugfix/122 delay button for deleting photos has no delay
  • Loading branch information
saeugetier authored May 14, 2024
2 parents a506709 + 33afded commit 6fd5d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/SettingsPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ SettingsPopupForm {
Qt.quit()
}

buttonDeletePhotos.onClicked:
buttonDeletePhotos.onActivated:
{
filesystem.deleteAllImages()
}
Expand Down

0 comments on commit 6fd5d6a

Please sign in to comment.