fixing presentation modes

This commit is contained in:
Chris Cochrun 2024-09-14 06:52:25 -05:00
parent c2a56cd24b
commit c9938df714
3 changed files with 38 additions and 79 deletions

View file

@ -70,7 +70,7 @@ Item {
anchors.topMargin: Kirigami.Units.smallSpacing
anchors.rightMargin: Kirigami.Units.smallSpacing * 2
elide: Text.ElideRight
text: ServiceItemC.getRust(serviceItemId, ServiceItemModel).name
text: ServiceItemModel.getItem(serviceItemId).name
font.bold: true
}