diff --git a/src/main.qml b/src/main.qml index 16efed6..ce65977 100644 --- a/src/main.qml +++ b/src/main.qml @@ -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"