mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Merge pull request #642 from cillian64/file_association_customise
Show options when opening image by file association
This commit is contained in:
commit
90cffc0b2e
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ ApplicationWindow {
|
||||||
onClicked: {
|
onClicked: {
|
||||||
optionspopup.openPopup()
|
optionspopup.openPopup()
|
||||||
}
|
}
|
||||||
visible: false
|
visible: imageWriter.imageSupportsCustomization()
|
||||||
Accessible.description: qsTr("Select this button to access advanced settings")
|
Accessible.description: qsTr("Select this button to access advanced settings")
|
||||||
contentItem: Image {
|
contentItem: Image {
|
||||||
source: "icons/ic_cog_red.svg"
|
source: "icons/ic_cog_red.svg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue