Main: replace busy indicator with icon

This will be the mod's preview image in the future
This commit is contained in:
Toast 2025-05-23 02:21:39 +02:00
parent fc37977002
commit 39fa631592

View file

@ -36,8 +36,14 @@ Kirigami.ApplicationWindow {
columns: root.wideScreen ? 4 : 2
// TODO: Replace this with an image once we can get them
Controls.BusyIndicator {
running: true
Kirigami.Padding {
padding: Kirigami.Units.largeSpacing
contentItem: Kirigami.Icon {
source: "package-x-generic"
implicitHeight: Kirigami.Units.iconSizes.huge
implicitWidth: implicitHeight
}
}
ColumnLayout {