Merge pull request #642 from cillian64/file_association_customise

Show options when opening image by file association
This commit is contained in:
maxnet 2023-10-07 01:12:09 +02:00 committed by GitHub
commit 90cffc0b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,7 +241,7 @@ ApplicationWindow {
onClicked: {
optionspopup.openPopup()
}
visible: false
visible: imageWriter.imageSupportsCustomization()
Accessible.description: qsTr("Select this button to access advanced settings")
contentItem: Image {
source: "icons/ic_cog_red.svg"