Qml/main: add add mod action

This commit is contained in:
Toast 2025-06-03 01:48:32 +02:00 committed by Toast
parent 56b63fe673
commit a130a23a8a

View file

@ -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