diff --git a/qml/EntryDelegate.qml b/qml/EntryDelegate.qml index 6c0bbb1..40cdb46 100644 --- a/qml/EntryDelegate.qml +++ b/qml/EntryDelegate.qml @@ -14,6 +14,7 @@ Item { Kirigami.SwipeListItem { id: listItem + alwaysVisibleActions: true // default is broken in mobile/tablet mode contentItem: RowLayout { Kirigami.ListItemDragHandle { listItem: listItem diff --git a/qml/FieldsDelegate.qml b/qml/FieldsDelegate.qml index d668242..8a217b8 100644 --- a/qml/FieldsDelegate.qml +++ b/qml/FieldsDelegate.qml @@ -14,6 +14,7 @@ Item { Kirigami.SwipeListItem { id: listItem + alwaysVisibleActions: true // default is broken in mobile/tablet mode visible: !model.isLastRow contentItem: RowLayout { id: fieldRow