refractor: DeltaruneQuickshell -> Shell

This commit is contained in:
2026-01-23 23:28:40 +02:00
parent 2c32b17b16
commit edb941fe90
22 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
import QtQuick
Item {
implicitWidth: 479
implicitHeight: 137
anchors.centerIn: parent
Image {
anchors.centerIn: parent
source: "kris.png"
}
}