mirror of
https://github.com/KDE/kasts.git
synced 2025-01-15 18:16:59 +01:00
Remove old, unused code
This commit is contained in:
parent
da456a19f9
commit
ed2d1ee2c8
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user