diff --git a/src/qml/GenericEntryDelegate.qml b/src/qml/GenericEntryDelegate.qml index 8887dd5a..68eb623d 100644 --- a/src/qml/GenericEntryDelegate.qml +++ b/src/qml/GenericEntryDelegate.qml @@ -146,14 +146,6 @@ Kirigami.SwipeListItem { pageStack.push("qrc:/EntryPage.qml", {"entry": entry}) } - Component.onCompleted: { - if(entryActions) { - actions = entryActions; - } else { - actions = defaultActions; - } - } - actions: [ Kirigami.Action { text: i18n("Download")