Skip to content

Commit

Permalink
Fix DeviceListPage
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Jun 18, 2023
1 parent ce74f4c commit e586d06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/qml/pages/DeviceListPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,10 @@ Page {
delegate: deviceDelegate
visible: trustedDevices.count > 0

_listView.section.property: "section"
_listView.section.delegate: sectionHeading
Component.onCompleted: {
trustedDevices._listView.section.property = "section"
trustedDevices._listView.section.delegate = sectionHeading
}
}
}

Expand Down

0 comments on commit e586d06

Please sign in to comment.