Skip to content

Commit

Permalink
Solar device headers should not be clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
blammit committed Jul 21, 2023
1 parent c34baf0 commit d12776f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/solar/SolarDeviceListPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Page {

text: solarCharger ? solarCharger.name : pvInverter.name
primaryLabel.width: availableWidth - Theme.geometry.solarListPage.quantityRow.width - Theme.geometry.listItem.content.horizontalMargin
enabled: !!solarCharger || !!pvInverter

onClicked: {
if (solarCharger) {
Expand Down

0 comments on commit d12776f

Please sign in to comment.