Add Corner.qml (~35mb for all 4 corners)

This commit is contained in:
Ly-sec 2025-08-10 15:59:21 +02:00
parent 15a57c6719
commit cdee8023de
4 changed files with 132 additions and 1 deletions

View file

@ -85,7 +85,7 @@ PanelWindow {
icon: "widgets"
anchors.verticalCenter: parent.verticalCenter
onClicked: function () {
sidePanel.isLoaded = !demoPanel.isLoaded
sidePanel.isLoaded = !sidePanel.isLoaded
}
}
}