Skip to content

Commit

Permalink
Fix saving of other images in QML (issue #2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed May 13, 2021
1 parent d4b6687 commit 6fd0c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui-qml/src/components/ImageScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Page {

property var images
property int index
property var image: images[index]
property var image: images[swipeView.currentIndex]

property bool showHd: false
property bool showTags: false
Expand Down

0 comments on commit 6fd0c4a

Please sign in to comment.