Qml/main: add add mod action
This commit is contained in:
parent
56b63fe673
commit
a130a23a8a
1 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,15 @@ Kirigami.ApplicationWindow {
|
|||
pageStack.initialPage: Kirigami.ScrollablePage {
|
||||
title: "Mods"
|
||||
|
||||
actions: [
|
||||
Kirigami.Action {
|
||||
// download-symbolic and install-symbolic are the same icon
|
||||
// but install looks worse for some reason
|
||||
icon.name: "download-symbolic"
|
||||
text: "Add mod"
|
||||
}
|
||||
]
|
||||
|
||||
Kirigami.CardsListView {
|
||||
id: modsView
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue