Skip to content

Commit

Permalink
Fix identify printer menu
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Jul 11, 2023
1 parent fe2fdd1 commit 139e694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qml/pages/DetailsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ Page {
contentHeight: col.height

PullDownMenu {
visible: identifyLabel.visible
visible: printer.attrs.hasOwnProperty("identify-actions-supported")

MenuItem {
id: identifyLabel
text: qsTr("Identify printer")
visible: printer.attrs.hasOwnProperty("identify-actions-supported")
onClicked: printer.identify()
}
}
Expand Down

0 comments on commit 139e694

Please sign in to comment.