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

Camera App #100 : changed the editor "save" button to match gallery #102

Merged
merged 1 commit into from
Sep 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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