Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #102 from dark-eye/issue_100
Browse files Browse the repository at this point in the history
Camera App #100 : changed the editor "save" button to match gallery
  • Loading branch information
Flohack74 committed Sep 19, 2018
2 parents 3956f48 + 65691e8 commit 5e5ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GalleryViewHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Item {
bottom: parent.bottom
}
width: units.gu(8)
iconName: "back"
iconName: editMode ? "save" : "back"
iconColor: "white"
onClicked: editMode ? header.exitEditor() : header.exit()
}
Expand Down

0 comments on commit 5e5ad8b

Please sign in to comment.