Regenerated

This commit is contained in:
2026-04-13 13:48:10 +02:00
parent 47c1ae2510
commit cdc2934d2e
4 changed files with 353 additions and 341 deletions
@@ -37,12 +37,16 @@ ShellRoot {
onActivated: Qt.quit()
}
// Gradient border
// Gradient border — hidden when app has focus
Rectangle {
anchors.fill: parent
anchors.margins: -2
radius: 18
z: -1
opacity: Qt.application.active ? 0 : 1
Behavior on opacity {
NumberAnimation { duration: 150 }
}
gradient: Gradient {
orientation: Gradient.Horizontal
GradientStop { position: 0.0; color: colors.blue }